The method retrieves a given support vector

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 IntPtr CvSVMGetSupportVector(
	IntPtr model,
	int i
)
Public Shared Function CvSVMGetSupportVector ( _
	model As IntPtr, _
	i As Integer _
) As IntPtr
public:
static IntPtr CvSVMGetSupportVector(
	IntPtr model, 
	int i
)

Parameters

model
IntPtr
The SVM model
i
Int32
The index of the support vector

Return Value

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

See Also