Click or drag to resize

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; }

Property Value

Type: Boolean
See Also