csom_t Struct Reference

#include <lcsom.h>


Data Fields

int input_neurons
int output_neurons
int element
int max_neigh
int max_epoch
char random_init
char rescale_sw
float max_learn_rate
float ** x
float ** w
float ** w_new
float * learn_rate
float * neigh_rate
int * csom_out
int element_current
int epoch
float * d
int * activations
float evolution


Detailed Description

Definition at line 52 of file lcsom.h.


Field Documentation

int csom_t::input_neurons

Definition at line 53 of file lcsom.h.

Referenced by csom_calc(), csom_init(), and csom_lect().

int csom_t::output_neurons

Definition at line 54 of file lcsom.h.

Referenced by csom_calc(), csom_init(), csom_lect(), and csomvecttoimau1().

int csom_t::element

Definition at line 55 of file lcsom.h.

Referenced by csom_calc(), and csom_init().

int csom_t::max_neigh

Definition at line 56 of file lcsom.h.

Referenced by csom_init(), and csom_lect().

int csom_t::max_epoch

Definition at line 57 of file lcsom.h.

Referenced by csom_calc(), csom_init(), and csom_lect().

char csom_t::random_init

Definition at line 58 of file lcsom.h.

Referenced by csom_init(), and csom_lect().

char csom_t::rescale_sw

Definition at line 59 of file lcsom.h.

Referenced by csom_calc(), and csom_lect().

float csom_t::max_learn_rate

Definition at line 60 of file lcsom.h.

Referenced by csom_init(), and csom_lect().

float** csom_t::x

Definition at line 61 of file lcsom.h.

Referenced by csom_calc(), csom_destruct(), and csom_init().

float** csom_t::w

Definition at line 62 of file lcsom.h.

Referenced by csom_calc(), csom_destruct(), and csom_init().

float** csom_t::w_new

Definition at line 63 of file lcsom.h.

Referenced by csom_calc(), csom_destruct(), and csom_init().

float* csom_t::learn_rate

Definition at line 64 of file lcsom.h.

Referenced by csom_calc(), csom_destruct(), and csom_init().

float* csom_t::neigh_rate

Definition at line 65 of file lcsom.h.

Referenced by csom_calc(), csom_destruct(), and csom_init().

int* csom_t::csom_out

Definition at line 66 of file lcsom.h.

Referenced by csom_calc(), csom_destruct(), csom_init(), and csomvecttoimau1().

int csom_t::element_current

Definition at line 68 of file lcsom.h.

Referenced by csom_calc().

int csom_t::epoch

Definition at line 69 of file lcsom.h.

Referenced by csom_calc().

float* csom_t::d

Definition at line 70 of file lcsom.h.

Referenced by csom_calc(), csom_destruct(), and csom_init().

int* csom_t::activations

Definition at line 72 of file lcsom.h.

Referenced by csom_calc(), csom_destruct(), and csom_init().

float csom_t::evolution

Definition at line 73 of file lcsom.h.

Referenced by csom_calc().


The documentation for this struct was generated from the following file:
Generated on Tue Apr 22 13:31:03 2008 for donnee1D by  doxygen 1.5.3