Home | History | Annotate | Download | only in src

Lines Matching refs:predict

1547     if( !stat_model->predict )
1548 CV_ERROR( CV_StsNotImplemented, "There is no \"predict\" method" );
1708 CV_CALL( response = stat_model->predict( stat_model, (CvMat*)sample, probs1 ));