class OneLayerTest |
Simple perceptron
![]() | OneLayerTest () |
![]() | OneLayerTest (unsigned nout, unsigned nin, act_func fout=sigmoid) |
![]() | ~OneLayerTest () |
![]() | compute (vect& vinput) |
![]() | print_weights (void) |
![]() | init_weights_const (double x) |
![]() | read_weights (istream& f) |
![]() | test (TrainingSet& tset) |
![]() | print_errors () |
![]() | read_num_errors () const |
![]() | read_perc_errors () const |
![]() | layertest [MAXLAYERS] |
![]() | num_errors |
![]() | perc_errors |
![]() | maxclass (vect& out, int dim) |
Simple perceptron
It Implemets a simple perceptron only for testing: no learning is allowed
HTML documentation under construction.
Alphabetic index HTML hierarchy of classes or Java