Beispiel #1
0
 void ann::set_max_epochs(int max_epochs)
 {
     grt_ann.setMaxNumEpochs(max_epochs);
 }
Beispiel #2
0
 void mlp::set_max_epochs(int max_epochs)
 {
     grt_mlp.setMaxNumEpochs(max_epochs);
 }