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.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
Syntaxpublic int ActiveVarCount { get; set; }
Public Property ActiveVarCount As Integer
Get
Set
public:
property int ActiveVarCount {
int get ();
void set (int value);
}
member ActiveVarCount : int with get, set
Property Value
Type:
Int32
See Also