The method retrieves the number of vars

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

Return Value

The number of variables

See Also