예제 #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
 void mlp::get_null_rejection_coeff(float &null_rejection_coeff) const
 {
     null_rejection_coeff = grt_mlp.getNullRejectionCoeff();
 }