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.1.0.649 (2.1.0.649)

Syntax

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

See Also