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, 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 float Predict( Matrix<float> samples, Matrix<int> results ) |
Visual Basic |
---|
Public Function Predict ( _ samples As Matrix(Of Single), _ results As Matrix(Of Integer) _ ) As Single |
Visual C++ |
---|
public: float Predict( Matrix<float>^ samples, Matrix<int>^ results ) |
Parameters
- samples
- Type: Emgu.CV..::..Matrix<(Of <(<'Single>)>)>
The input samples
- results
- Type: Emgu.CV..::..Matrix<(Of <(<'Int32>)>)>
The prediction results, should have the same # of rows as the samples