www.emgu.com/wiki
Given the EM model, predit the probability of the samples

Declaration Syntax

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

Return Value
In case of classification the method returns the class label, in case of regression - the output function value
Assembly:
Emgu.CV.ML (Module: Emgu.CV.ML) Version: 1.0.0.0 (1.0.0.0)