The method retrieves a given support vector

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 float[] GetSupportVector(
	int i
)
Visual Basic (Declaration)
Public Function GetSupportVector ( _
	i As Integer _
) As Single()
Visual C++
public:
array<float>^ GetSupportVector(
	int i
)

Parameters

i
Type: System..::.Int32
The index of the support vector

Return Value

The ith support vector

See Also