Maximum tree depth

You can customize the binary decision tree by specifying the tree depth. The tree depth is an INTEGER value. Maximum tree depth is a limit to stop further splitting of nodes when the specified tree depth has been reached during the building of the initial decision tree.


Feedback | Information roadmap