Home
last modified time | relevance | path

Searched refs:returnDFVal (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/ml/src/
Dsvm.cpp1834 returnDFVal = _returnDFVal; in PredictBody()
1859 … float result = svm->params.svmType == ONE_CLASS && !returnDFVal ? (float)(sum > 0) : (float)sum; in operator ()()
1896 float result = returnDFVal && class_count == 2 ? in operator ()()
1909 bool returnDFVal; member
1917 bool returnDFVal = (flags & RAW_OUTPUT) != 0; in predict() local
1932 PredictBody invoker(this, samples, results, returnDFVal); in predict()
/external/opencv3/apps/traincascade/
Dold_ml.hpp491 virtual float predict( const CvMat* sample, bool returnDFVal=false ) const;
492 …virtual float predict( const CvMat* samples, CV_OUT CvMat* results, bool returnDFVal=false ) const;
512 CV_WRAP virtual float predict( const cv::Mat& sample, bool returnDFVal=false ) const;
539 virtual float predict( const float* row_sample, int row_len, bool returnDFVal=false ) const;