You can click on split nodes, which are represented by a circular node shape, to expand or collapse the tree branch. If the ‘Use node color to identify variables’ option is turned on, the color of a split node represents the variable that split to create its child nodes.
To explore and expand the tree, try these keyboard/mouse combo actions on a split node:
To get additional information, hover over the node to expose a tooltip with details such as the node name, the next split variable, and its value. Additionally, the tooltip displays:
If you turn on the option to 'Show prediction path', the act of hovering over or clicking a node will display the prediction path from the root node to the selected node in a panel on the right. The end of the path displays the prediction value for the selected node.
If a node splits on a categorical variable, then the node's label will be blank. This signals that the node was split among multiple categories. You can see which categories by hovering over each child node to reveal the category name and other details.
Open the Options toolbar menu to see and/or change the tree’s display options. The following display options are available:
Display Menu Options | Description |
---|---|
Show variability using border thickness |
Turn on or off the representation of variability by the node border thickness. If turned off, all borders are the same size. If turned on, the thickness of the border represents the degree of variability.
|
Show split and predicted values on node labels |
Show or hide values in the node’s label. For split nodes, it is the split value. For terminal/leaf nodes, it is the predicted value. If turned off, hover over the node to view these values. |
Truncate Labels |
If you turn on the ‘Show split and predicted values on node labels’ option, you can choose to also truncate the label to a specific number of characters. |
Use node color to identify variables |
Turn on or off the use of a unique color for each variable. Use the legend to see the mapping of the colors to the variables. If turned off, nodes are colorless. If turned on, the color represents:
|
Display legend area |
Show or hide the legend or prediction path panel to the right of the tree.
|
The legend displays a map of the variables appearing in the decision tree and their associated color. The legend is only available when the ‘Use node color to identify variables’ option is turned on. This information allows the data for each variable to be identified in the tree.
The color of the split variables appear in circle-shaped swatches. These colors are used to color the corresponding split nodes in the tree.