Predicts response for the input sample.

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

Syntax

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

Parameters

model
Type: System..::.IntPtr
The SVM model
_sample
Type: System..::.IntPtr
The input sample

Return Value

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

See Also