CART

Publication Breiman/etal/84b: Classification and Regression Trees
Name CART
Description

CART is short for Classification and Regression Trees. It basically extends decision tree learning to incorporate numerical values and is able to induce regression trees. Please follow the links above to learn more about top-down induction of trees.

Generalization Top-Down Induction of Regression Trees
Example Languages Attribute-Value
Numerical Values
Method Type Algorithm