| RTreesActiveVarCount Property |
The size of the randomly selected subset of features at each tree node
and that are used to find the best split(s).
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public bool ActiveVarCount { get; set; }
Public Property ActiveVarCount As Boolean
Get
Set
public:
property bool ActiveVarCount {
bool get ();
void set (bool value);
}
member ActiveVarCount : bool with get, set
Property Value
Type:
BooleanSee Also