This parameter specifies the maximum possible depth of the tree. That is the training algorithms attempts to split a node
while its depth is less than max_depth. The actual depth may be smaller if the other termination criteria are met
(see the outline of the training procedure in the beginning of the section), and/or if the tree is pruned.
Namespace: OpenCvSharp.CPlusPlus
Assembly: OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Property Value
Type: Int32See Also