Multidimensional aggregates are frequently computed to improve query performance in Online Analytical Processing applications. We present a new method for decision tree based classification trees using the aggregates computed in the multidimensional data model. The structure imposed on data in a explicit multidimensional storage mechanism leads to efficient dimensional operations. Decision tree based classification algorithms perform computations to find the best split point at each node of the tree. Efficient computation of the split in the decision tree can be done by using the one-dimensional aggregates if the cell values are the class-id values, and counts are maintained for each class. This is used repeatedly at the nodes of the decision tree to calculate splits and manage data. Previous parallel approaches for decision-tree based classification use sorted attribute lists and hash tables to compute the split point and split the data appropriately. The amount of data communicated is proportional to the product of number of records in the training set, and the number of dimensions, at each level of the tree, in the worst case. Parallel formulation of our approach uses data communication proportional to the product of the sum of cardinality of all dimensions and the number of non-classified nodes at each level of the tree. Communication volume is greatly reduced in our approach and is done in one phase of communication at each level of the tree, by coalescing messages. Preliminary results from our experiments on a coarse-grained, distributed memory parallel machine (IBM-SP2) show good performance.
[1]
Mohammed J. Zaki,et al.
Parallel classification for data mining on shared-memory multiprocessors
,
1999,
Proceedings 15th International Conference on Data Engineering (Cat. No.99CB36337).
[2]
David J. Spiegelhalter,et al.
Machine Learning, Neural and Statistical Classification
,
2009
.
[3]
Rakesh Agrawal,et al.
SPRINT: A Scalable Parallel Classifier for Data Mining
,
1996,
VLDB.
[4]
J. Ross Quinlan,et al.
C4.5: Programs for Machine Learning
,
1992
.
[5]
Srinivas Aluru,et al.
Parallel construction of multidimensional binary search trees
,
1996,
ICS '96.
[6]
D. E. Goldberg,et al.
Genetic Algorithms in Search
,
1989
.
[7]
Vipin Kumar,et al.
ScalParC: a new scalable and efficient parallel classification algorithm for mining large datasets
,
1998,
Proceedings of the First Merged International Parallel Processing Symposium and Symposium on Parallel and Distributed Processing.
[8]
Tomasz Imielinski,et al.
Database Mining: A Performance Perspective
,
1993,
IEEE Trans. Knowl. Data Eng..
[9]
David E. Goldberg,et al.
Genetic Algorithms in Search Optimization and Machine Learning
,
1988
.
[10]
Jorma Rissanen,et al.
SLIQ: A Fast Scalable Classifier for Data Mining
,
1996,
EDBT.
[11]
Alok N. Choudhary,et al.
High Performance Multidimensional Analysis and Data Mining
,
1998,
Proceedings of the IEEE/ACM SC98 Conference.
[12]
W. E Nagel.
1988 International conference on supercomputing
,
1988
.