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.2.1.1150 (2.2.1.1150)

Syntax

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

See Also