×

HHCART

swMATH ID: 38489
Software Authors: Wickramarachchi, D. C.; Robertson, B. L.; Reale, M.; Price, C. J.; Brown, J.
Description: HHCART: an oblique decision tree. Decision trees are a popular technique in statistical data classification. They recursively partition the feature space into disjoint sub-regions until each sub-region becomes homogeneous with respect to a particular class. The basic Classification and Regression Tree (CART) algorithm partitions the feature space using axis parallel splits. When the true decision boundaries are not aligned with the feature axes, this approach can produce a complicated boundary structure. Oblique decision trees use oblique decision boundaries to potentially simplify the boundary structure. The major limitation of this approach is that the tree induction algorithm is computationally expensive. Hence, as an alternative, a new decision tree algorithm called HHCART is presented. The method uses a series of Householder matrices to reflect the training data at each non-terminal node during tree construction. Each reflection is based on the directions of the eigenvectors from each class’ covariance matrix. Considering of axis parallel splits in the reflected training data provides an efficient way of finding oblique splits in the unreflected training data. Experimental results show that the accuracy and size of HHCART trees are comparable with some benchmark methods. The appealing feature of HHCART is that it can handle both qualitative and quantitative features in the same oblique split.
Homepage: https://arxiv.org/abs/1504.03415
Keywords: oblique decision tree; data classification; statistical learning; Householder reflection; machine learning
Related Software: UCI-ml; C4.5; Gurobi; GOSDT; XGBoost; Scikit; rpart; CRIO; lrs; LIBLINEAR; LIBSVM; SMOTE; KEGG; MLGL; penalizedLDA; rda; CARTopt; randomForest; T3C; R
Cited in: 8 Documents