Click or drag to resize
EMPredict Method
http://www.emgu.com
Predict the probability of the samples

Namespace: Emgu.CV.ML
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public MCvPoint2D64f Predict(
	IInputArray samples,
	IOutputArray probs = null
)

Parameters

samples
Type: Emgu.CVIInputArray
The input samples
probs (Optional)
Type: Emgu.CVIOutputArray
The prediction results, should have the same # of rows as the samples

Return Value

Type: MCvPoint2D64f

[Missing <returns> documentation for "M:Emgu.CV.ML.EM.Predict(Emgu.CV.IInputArray,Emgu.CV.IOutputArray)"]

See Also