예제 #1
0
파일: ml_ann.cpp 프로젝트: cmuartfab/ml-lib
 void ann::set_max_epochs(int max_epochs)
 {
     grt_ann.setMaxNumEpochs(max_epochs);
 }
예제 #2
0
 void mlp::set_max_epochs(int max_epochs)
 {
     grt_mlp.setMaxNumEpochs(max_epochs);
 }