Home | History | Annotate | Download | only in opencv2

Lines Matching refs:predict

293     /** Predict options */
338 The method uses StatModel::predict to compute the error. For regression models the error is
349 CV_WRAP virtual float predict( InputArray samples, OutputArray results=noArray(), int flags=0 ) const = 0;
401 /** Default number of neighbors to use in predict method. */
922 /** Predict options */
1454 CV_WRAP virtual float predict( InputArray samples, OutputArray results=noArray(), int flags=0 ) const = 0;