Ejemplo n.º 1
0
 void ann::get_max_epochs(int &max_epochs) const
 {
     max_epochs = grt_ann.getMaxNumEpochs();
 }
Ejemplo n.º 2
0
 void mlp::get_max_epochs(int &max_epochs) const
 {
     max_epochs = grt_mlp.getMaxNumEpochs();
 }