DTreesUse1SERule Property
|
If true then a pruning will be harsher.
This will make a tree more compact and more resistant to the training
data noise but a bit less accurate. Default value is true.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic bool Use1SERule { get; set; }
Public Property Use1SERule As Boolean
Get
Set
public:
property bool Use1SERule {
bool get ();
void set (bool value);
}
member Use1SERule : bool with get, set
function get_Use1SERule();
function set_Use1SERule(value);
Property Value
Type:
Boolean
See Also