Home | History | Annotate | Download | only in traincascade

Lines Matching refs:predict

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