RainForest - A Framework for Fast Decision Tree Construction of Large Datasets.
Johannes Gehrke, Raghu Ramakrishnan, Venkatesh Ganti:
RainForest - A Framework for Fast Decision Tree Construction of Large Datasets.
VLDB 1998: 416-427@inproceedings{DBLP:conf/vldb/GehrkeRG98,
author = {Johannes Gehrke and
Raghu Ramakrishnan and
Venkatesh Ganti},
editor = {Ashish Gupta and
Oded Shmueli and
Jennifer Widom},
title = {RainForest - A Framework for Fast Decision Tree Construction
of Large Datasets},
booktitle = {VLDB'98, Proceedings of 24rd International Conference on Very
Large Data Bases, August 24-27, 1998, New York City, New York,
USA},
publisher = {Morgan Kaufmann},
year = {1998},
isbn = {1-55860-566-5},
pages = {416-427},
ee = {db/conf/vldb/GehrkeRG98.html},
crossref = {DBLP:conf/vldb/98},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
Abstract
Classification of large datasets is an important data mining problem.
Many classification algorithms have been proposed in the literature, but studies have shown that so far no algorithm uniformly outperforms all otheralgorithms in terms of quality.
In this paper, we present a unifying framework for decision tree classifiers that separates the scalability aspects of algorithms for constructing a decision tree from the central features that determine the quality of the tree.
This generic algorithm is easy to instantiate with specific algorithms from the literature (including C4.5, CART, CHAID, FACT, ID3 and extensions, SLIQ, Sprint and QUEST).
In addition to its generality, in that it yields scalable versions of a wide range of classification algorithms, our approach also offers performance improvements of over a factor of five over the Sprint algorithm, the fastest scalable classification algorithm proposed previously.
In contrast to Sprint, however, our generic algorithm requires a certain minimum amount of main memory, proportional to the set of distinct values in a column of the input relation.
Given current main memory costs, this requirement is readily met in most if not all workloads.
Copyright © 1998 by the VLDB Endowment.
Permission to copy without fee all or part of this material is granted provided that the copies are not made or
distributed for direct commercial advantage, the VLDB
copyright notice and the title of the publication and
its date appear, and notice is given that copying
is by the permission of the Very Large Data Base
Endowment. To copy otherwise, or to republish, requires
a fee and/or special permission from the Endowment.
Online Paper
CDROM Version: Load the CDROM "DiSC, Volume 1 Number 1" and ...
DVD Version: Load ACM SIGMOD Anthology DVD 1" and ...
Printed Edition
Ashish Gupta, Oded Shmueli, Jennifer Widom (Eds.):
VLDB'98, Proceedings of 24rd International Conference on Very Large Data Bases, August 24-27, 1998, New York City, New York, USA.
Morgan Kaufmann 1998, ISBN 1-55860-566-5
Contents
References
- [AGI+92]
- Rakesh Agrawal, Sakti P. Ghosh, Tomasz Imielinski, Balakrishna R. Iyer, Arun N. Swami:
An Interval Classifier for Database Mining Applications.
VLDB 1992: 560-573
- [AIS93]
- Rakesh Agrawal, Tomasz Imielinski, Arun N. Swami:
Database Mining: A Performance Perspective.
IEEE Trans. Knowl. Data Eng. 5(6): 914-925(1993)
- [ASW87]
- Morton M. Astrahan, Mario Schkolnick, Kyu-Young Whang:
Approximating the number of unique values of an attribute without sorting.
Inf. Syst. 12(1): 11-15(1987)
- [BFOS84]
- Leo Breiman, J. H. Friedman, R. A. Olshen, C. J. Stone:
Classification and Regression Trees.
Wadsworth 1984, ISBN 0-534-98053-8
- [BU92]
- ...
- [Cat91]
- ...
- [CFIQ88]
- ...
- [CM94]
- ...
- [CS93a]
- Philip K. Chan, Salvatore J. Stolfo:
Experiments on Multi-Strategy Learning by Meta-Learning.
CIKM 1993: 314-323
- [CS92b]
- ...
- [DBP93]
- ...
- [DKS95]
- ...
- [Fay91]
- ...
- [FI93]
- ...
- [FMM96]
- Takeshi Fukuda, Yasuhiko Morimoto, Shinichi Morishita, Takeshi Tokuyama:
Constructing Efficient Decision Trees by Using Optimized Numeric Association Rules.
VLDB 1996: 146-155
- [GJ79]
- M. R. Garey, David S. Johnson:
Computers and Intractability: A Guide to the Theory of NP-Completeness.
W. H. Freeman 1979, ISBN 0-7167-1044-7
- [Han97]
- ...
- [HNSS95]
- Peter J. Haas, Jeffrey F. Naughton, S. Seshadri, Lynne Stokes:
Sampling-Based Estimation of the Number of Distinct Values of an Attribute.
VLDB 1995: 311-322
- [LLS97]
- ...
- [LS97]
- ...
- [LV88]
- ...
- [Maa94]
- ...
- [Mag93]
- ...
- [MAR96]
- Manish Mehta, Rakesh Agrawal, Jorma Rissanen:
SLIQ: A Fast Scalable Classifier for Data Mining.
EDBT 1996: 18-32
- [MRA95]
- Manish Mehta, Jorma Rissanen, Rakesh Agrawal:
MDL-Based Decision Tree Pruning.
KDD 1995: 216-221
- [MST94]
- ...
- [Qui79]
- ...
- [Qui83]
- ...
- [Qui86]
- J. Ross Quinlan:
Induction of Decision Trees.
Machine Learning 1(1): 81-106(1986)
- [Qui93]
- J. Ross Quinlan:
C4.5: Programs for Machine Learning.
Morgan Kaufmann 1993, ISBN 1-55860-238-0
- [RS98]
- Rajeev Rastogi, Kyuseok Shim:
PUBLIC: A Decision Tree Classifier that Integrates Building and Pruning.
VLDB 1998: 404-415
- [Ris89]
- ...
- [SAM96]
- John C. Shafer, Rakesh Agrawal, Manish Mehta:
SPRINT: A Scalable Parallel Classifier for Data Mining.
VLDB 1996: 544-555
- [SMT91]
- ...
- [WK91]
- ...
- [YFM+98]
- Yasuhiko Morimoto, Takeshi Fukuda, Hirofumi Matsuzawa, Takeshi Tokuyama, Kunikazu Yoda:
Algorithms for Mining Association Rules for Binary Segmentations of Huge Categorical Databases.
VLDB 1998: 380-391
Copyright © Tue Mar 16 02:22:07 2010
by Michael Ley (ley@uni-trier.de)