Home > Data Mining Algorithms > Anomaly Detection > Anomaly Detection Viewers a... > Association > AR Model Viewers and Algori... > Decision Tree > Decision Tree Algorithm > Decision Tree Rules
Rules provide model transparency, a window on the inner workings of the model. Rules show the basis for the prediction of the model. Oracle Data Mining supports a high level of model transparency.
Confidence and Support are used to rank the rules generated by the Decision Tree Algorithm:
Support: It is the number of records in the training data set that satisfy the rule.
Confidence: It is the likelihood of the predicted outcome, given that the rule has been satisfied.