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