http://www.emgu.com
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.3.0.1416 (2.3.0.1416)
Predicts response for the input sample.
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> sample ) |
Visual Basic |
---|
Public Function Predict ( _ sample As Matrix(Of Single) _ ) As Single |
Visual C++ |
---|
public: float Predict( Matrix<float>^ sample ) |
Parameters
- sample
- Type: Emgu.CV..::..Matrix<(Of <(<'Single>)>)>
The input sample
Return Value
[Missing <returns> documentation for "M:Emgu.CV.ML.SVM.Predict(Emgu.CV.Matrix{System.Single})"]