Given the EM model, predit the probability of the samples
Namespace:
Emgu.CV.MLAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.1.0.649 (2.1.0.649)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- model
- IntPtr
The EM model
- samples
- IntPtr
The input samples
- probs
- IntPtr
The prediction results, should have the same # of rows as the samples