Predicts response for the input sample.

Namespace: Emgu.CV.ML
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static float CvSVMPredict(
	IntPtr model,
	IntPtr _sample
)
Public Shared Function CvSVMPredict ( _
	model As IntPtr, _
	_sample As IntPtr _
) As Single
public:
static float CvSVMPredict(
	IntPtr model, 
	IntPtr _sample
)

Parameters

model
IntPtr
The SVM model
_sample
IntPtr
The input sample

Return Value

[Missing <returns> documentation for "M:Emgu.CV.ML.MlInvoke.CvSVMPredict(System.IntPtr,System.IntPtr)"]

See Also