Click or drag to resize
RTreesActiveVarCount Property
http://www.emgu.com
The size of the randomly selected subset of features at each tree node and that are used to find the best split(s)

Namespace: Emgu.CV.ML
Assembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public int ActiveVarCount { get; set; }

Property Value

Type: Int32
See Also