The method retrieves the number of support vectors

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 int GetSupportVectorCount()
Visual Basic (Declaration)
Public Function GetSupportVectorCount As Integer
Visual C++
public:
int GetSupportVectorCount()

Return Value

The number of support vectors

See Also