Given the NormalBayesClassifier model, predit the probability of the samples
Namespace: Emgu.CV.MLAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- model
- IntPtr
The NormalBayesClassifier classifier model
- samples
- IntPtr
The input samples
- results
- IntPtr
The prediction results, should have the same # of rows as the samples