Class NormalBayesClassifier
- Namespace
- OpenCvSharp.ML
- Assembly
- OpenCvSharp.dll
Bayes classifier for normally distributed data
public class NormalBayesClassifier : StatModel, IDisposable
- Inheritance
-
NormalBayesClassifier
- Implements
- Inherited Members
Methods
- Create()
Creates empty model. Use StatModel::train to train the model after creation.
- Load(string)
Loads and creates a serialized model from a file.
- LoadFromString(string)
Loads algorithm from a String.
- PredictProb(InputArray, OutputArray, OutputArray, int)
Predicts the response for sample(s).