float CvNormalBayesClassifier::predict(const Mat& samples, Mat* results=0, Mat* results_prob=0 )
results_prob gives me the probability of each class -> how about the other potential classes? I need them as well
1 | initial version |
float CvNormalBayesClassifier::predict(const Mat& samples, Mat* results=0, Mat* results_prob=0 )
results_prob gives me the probability of each class -> how about the other potential classes? I need them as well