[This is preliminary documentation and is subject to change.]

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#  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

[Missing <returns> documentation for "M:Emgu.CV.ML.SVM.GetSupportVector(System.Int32)"]

See Also