http://www.emgu.com
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.3.0.1416 (2.3.0.1416)
Given the NormalBayesClassifier model, predit the probability of the samples
Namespace: Emgu.CV.MLAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static float CvNormalBayesClassifierPredict( IntPtr model, IntPtr samples, IntPtr results ) |
Visual Basic |
---|
Public Shared Function CvNormalBayesClassifierPredict ( _ model As IntPtr, _ samples As IntPtr, _ results As IntPtr _ ) As Single |
Visual C++ |
---|
public: static float CvNormalBayesClassifierPredict( IntPtr model, IntPtr samples, IntPtr results ) |
Parameters
- model
- Type: System..::..IntPtr
The NormalBayesClassifier classifier model
- samples
- Type: System..::..IntPtr
The input samples
- results
- Type: System..::..IntPtr
The prediction results, should have the same # of rows as the samples