| DTreesTruncatePrunedTree Property |
If true then pruned branches are physically removed from the tree.
Otherwise they are retained and it is possible to get results from the
original unpruned (or pruned less aggressively) tree. Default value is true.
Namespace:
OpenCvSharp.ML
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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:
BooleanSee Also