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