Example #1
0
 void ann::get_null_rejection_coeff(float &null_rejection_coeff) const
 {
     null_rejection_coeff = grt_ann.getNullRejectionCoeff();
 }
Example #2
0
 void mlp::get_null_rejection_coeff(float &null_rejection_coeff) const
 {
     null_rejection_coeff = grt_mlp.getNullRejectionCoeff();
 }