Building a Decision Tree Model

Topics:

You can use a decision tree for either classification or prediction. A decision tree is easier to understand by a decision maker than, for example, a neural network. The decision tree rules are presented as simple if/then statements.

Building a decision tree involves steps, such as splitting, pruning, and tree selection.


WebFOCUS