| Dico1 ()
|
| Dico1 (unsigned nin, vect& vectclass, act_func fout=sigmoid)
|
| ~Dico1 ()
|
virtual void | init_weights_norm (int seed = 0)
|
stop_cond | Learn_by_pattern (TrainingSet& t_set, Learning& learn, unsigned& iter, double& error, double errtol = ERR_TOL, unsigned maxits = MAXITS, bool printout = true)
|
stop_cond | Learn_by_epoch (TrainingSet& t_set, Learning& learn, unsigned& iter, double& error, double errtol = ERR_TOL, unsigned maxits = MAXITS, bool printout = true)
|
unsigned | test (TrainingSet& tset)
|
void | save_weights (char* namefile)
|
virtual void | save_weights (ofstream& f)
|
double | Calc_treshold (void)
|
int | bin_class (vect& out, double target, double treshold)
|