Induction of Oblique Decision Trees
Abstract
This paper introduces a randomized technique for partitioning examples using oblique hyperplanes. Standard decision tree techniques, such as ID3 and its descendants, partition a set of points with axis-parallel hyperplanes. Our method, by contrast, attempts to find hyperplanes at any orientation. The purpose of this more general technique is to find smaller but equally accurate decision trees than those created by other methods. We have tested our algorithm on both real and simulated data, and found that in some cases it produces surprisingly small trees without losing predictive accuracy. Small trees allow us, in turn, to obtain simple qualitative descriptions of each problem domain. 1 Introduction Decision trees have been used successfully for many different decision making and classification tasks. A number of standard techniques have been developed in the machine learning community, most notably Quinlan's ID3 (1986) and Breiman et al.'s CART (1984). Since the introduction of thes...
Cite
Text
Heath et al. "Induction of Oblique Decision Trees." International Joint Conference on Artificial Intelligence, 1993.Markdown
[Heath et al. "Induction of Oblique Decision Trees." International Joint Conference on Artificial Intelligence, 1993.](https://mlanthology.org/ijcai/1993/heath1993ijcai-induction/)BibTeX
@inproceedings{heath1993ijcai-induction,
title = {{Induction of Oblique Decision Trees}},
author = {Heath, David G. and Kasif, Simon and Salzberg, Steven},
booktitle = {International Joint Conference on Artificial Intelligence},
year = {1993},
pages = {1002-1007},
url = {https://mlanthology.org/ijcai/1993/heath1993ijcai-induction/}
}