Searched refs:returnDFVal (Results 1 – 2 of 2) sorted by relevance
1834 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; member1917 bool returnDFVal = (flags & RAW_OUTPUT) != 0; in predict() local1932 PredictBody invoker(this, samples, results, returnDFVal); in predict()
491 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;