DTreesTruncatePrunedTree Property |
http://www.emgu.com
If true then pruned branches are physically removed from the tree
Namespace:
Emgu.CV.ML
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.3.0.2824 (3.3.0.2824)
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