| 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: 1.0.0
Syntax public 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
Property Value
Type:
BooleanSee Also