The method retrieves a given support vector

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public float[] GetSupportVector(
	int i
)
Public Function GetSupportVector ( _
	i As Integer _
) As Single()
public:
array<float>^ GetSupportVector(
	int i
)

Parameters

i
Int32
The index of the support vector

Return Value

The ith support vector

See Also