|
void | init_from_string (const string &in_str) |
|
|
int | id |
|
int | keep_node |
|
string | type |
|
int | n_hidden |
|
vector< int > | sources |
|
float | learn_rate |
|
float | momentum |
|
float | rate_decay |
|
float | drop_in |
|
float | A |
|
float | B |
|
float | lambda |
|
int | max_width |
|
float | noise_std |
|
float | wgt_std |
|
int | to_train |
|
vector< int > | sinks |
|
vector< pair< int, int > > | sources_idx |
|
vector< pair< int, int > > | sinks_idx |
|
float | drop_out |
|
int | in_dim |
|
int | out_dim |
|
The documentation for this class was generated from the following files:
- Internal/micNet/micNet/micNet2.h
- Internal/micNet/micNet/micNet2.cpp