[This is preliminary documentation and is subject to change.]
Predit the response of the samples
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
| | | | | | | | |
| C# | | | Visual Basic | | | Visual C++ | |
Parameters
- samples
- Matrix<(Of <(Single>)>)
The input samples
- outputs
- Matrix<(Of <(Single>)>)
The prediction results, should have the same # of rows as the samples
Return Value
In case of classification the method returns the class label, in case of regression - the output function value
See Also