RTreesUse1SERule Property |
http://www.emgu.com
If true then a pruning will be harsher
Namespace: Emgu.CV.MLAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 3.0.0.2161 (3.0.0.2161)
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
Property Value
Type:
Boolean
See Also