コード例 #1
0
ファイル: ml_ann.cpp プロジェクト: cmuartfab/ml-lib
 void ann::get_max_epochs(int &max_epochs) const
 {
     max_epochs = grt_ann.getMaxNumEpochs();
 }
コード例 #2
0
ファイル: ml_mlp.cpp プロジェクト: FredVoisin/ml-lib
 void mlp::get_max_epochs(int &max_epochs) const
 {
     max_epochs = grt_mlp.getMaxNumEpochs();
 }