Exemplo n.º 1
0
 void ann::set_max_epochs(int max_epochs)
 {
     grt_ann.setMaxNumEpochs(max_epochs);
 }
Exemplo n.º 2
0
 void mlp::set_max_epochs(int max_epochs)
 {
     grt_mlp.setMaxNumEpochs(max_epochs);
 }