Emgu CV Library Documentation
CvEMPredict Method (model, samples, probs)
NamespacesEmgu.CV.MLMlInvokeCvEMPredict(IntPtr, IntPtr, IntPtr)

www.emgu.com/wiki
Given the EM model, predit the probability of the samples
Declaration Syntax
C#Visual BasicVisual C++
public static float CvEMPredict(
	IntPtr model,
	IntPtr samples,
	IntPtr probs
)
Public Shared Function CvEMPredict ( _
	model As IntPtr, _
	samples As IntPtr, _
	probs As IntPtr _
) As Single
public:
static float CvEMPredict(
	IntPtr model, 
	IntPtr samples, 
	IntPtr probs
)
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)