void ann::get_null_rejection_coeff(float &null_rejection_coeff) const { null_rejection_coeff = grt_ann.getNullRejectionCoeff(); }
void mlp::get_null_rejection_coeff(float &null_rejection_coeff) const { null_rejection_coeff = grt_mlp.getNullRejectionCoeff(); }