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: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic 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
function get_ActiveVarCount();
function set_ActiveVarCount(value);
Property Value
Type:
Boolean
See Also