http://www.emgu.com
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.3.0.1416 (2.3.0.1416)
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<float> probs ) |
Visual Basic |
---|
Public Function Predict ( _ samples As Matrix(Of Single), _ probs As Matrix(Of Single) _ ) As Single |
Visual C++ |
---|
public: float Predict( Matrix<float>^ samples, Matrix<float>^ probs ) |
Parameters
- samples
- Type: Emgu.CV..::..Matrix<(Of <(<'Single>)>)>
The input samples
- probs
- Type: Emgu.CV..::..Matrix<(Of <(<'Single>)>)>
The prediction results, should have the same # of rows as the samples