NormalBayesClassifier 386 modules/ml/include/opencv2/ml.hpp CV_WRAP static Ptr<NormalBayesClassifier> create(); NormalBayesClassifier 47 modules/ml/src/nbayes.cpp class NormalBayesClassifierImpl : public NormalBayesClassifier NormalBayesClassifier 454 modules/ml/src/nbayes.cpp Ptr<NormalBayesClassifier> NormalBayesClassifier::create() NormalBayesClassifier 320 modules/ml/test/test_mltests2.cpp model = NormalBayesClassifier::create(); NormalBayesClassifier 475 modules/ml/test/test_mltests2.cpp model = Algorithm::load<NormalBayesClassifier>( filename ); NormalBayesClassifier 33 modules/ml/test/test_precomp.hpp using cv::ml::NormalBayesClassifier; NormalBayesClassifier 199 modules/ml/test/test_save_load.cpp model = Algorithm::load<NormalBayesClassifier>(filename); NormalBayesClassifier 459 samples/cpp/letter_recog.cpp Ptr<NormalBayesClassifier> model; NormalBayesClassifier 467 samples/cpp/letter_recog.cpp model = NormalBayesClassifier::create(); NormalBayesClassifier 105 samples/cpp/points_classifier.cpp Ptr<NormalBayesClassifier> normalBayesClassifier = StatModel::train<NormalBayesClassifier>(prepare_train_data());