Decision tree prediction

Decision tree prediction uses a previously grown and possibly pruned decision tree to generate class predictions for a data set.

Note: This feature is available starting from Db2® version 11.5.4.
To propagate instances from the data set to the corresponding leaves, the splits from the tree nodes are applied.

You can use decision tree prediction also to predict class probabilities that are based on the class distribution of training instances in leaves.