A rule for predicting the class of an object from the values of its predictor variables. Classification trees are much used in data mining. They differ from discriminant analysis in that judgements are reached by considering variables hierarchically rather than simultaneously. Classification tree programs include CART, CHAID, and QUEST. See also decision tree.