RTreesTruncatePrunedTree Property |
http://www.emgu.com
If true then pruned branches are physically removed from the tree
Namespace: Emgu.CV.MLAssembly: Emgu.CV.ML (in Emgu.CV.ML.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic bool TruncatePrunedTree { get; set; }
Public Property TruncatePrunedTree As Boolean
Get
Set
public:
property bool TruncatePrunedTree {
bool get ();
void set (bool value);
}
member TruncatePrunedTree : bool with get, set
Property Value
Type:
Boolean
See Also