The number of variables that are randomly selected at each tree node and that are used to find the best split(s).

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

Syntax

C#
public int nactiveVars
Visual Basic (Declaration)
Public nactiveVars As Integer
Visual C++
public:
int nactiveVars

See Also