Affiliation:
1. College of Artificial Intelligence, Tianjin University of Science & Technology, Tianjin, China
2. College of Sciences, Tianjin University of Science & Technology, Tianjin, China
Abstract
Many classical clustering algorithms have been fitted into MapReduce, which provides a novel solution for clustering big data. However, several iterations are required to reach an acceptable result in most of the algorithms. For each iteration, a new MapReduce job must be executed to load the dataset into main memory, which results in high I/O overhead and poor efficiency. BIRCH algorithm stores only the statistical information of objects with CF entries and CF tree to cluster big data, but with the increase of the tree nodes, the main memory will be insufficient to contain more objects. Hence, BIRCH has to reduce the tree, which will degrade the clustering quality and decelerate the whole execution efficiency. To deal with the problem, BIRCH was fitted into MapReduce called MR-BIRCH in this paper. In contrast to a great number of MapReduce-based algorithms, MR-BIRCH loads dataset only once, and the dataset is processed parallel in several machines. The complexity and scalability were analyzed to evaluate the quality of MR-BIRCH, and MR-BIRCH was compared with Python sklearn BIRCH and Apache Mahout k-means on real-world and synthetic datasets. Experimental results show, most of the time, MR-BIRCH was better or equal to sklearn BIRCH, and it was competitive to Mahout k-means.
Subject
Artificial Intelligence,General Engineering,Statistics and Probability
Reference21 articles.
1. Partition based clustering of large datasets using MapReduce framework: An analysis of recent themes and directions;Sardar;Future Computing and Informatics Journal,2018
2. Single-pass and linear-time k-means clustering based on MapReduce;Shahrivari;Information Systems,2016
3. Kaufman L. and Rousseeuw P.J. , Finding Groups in Data: An Introduction to Cluster Analysis, New York: John Wiley & Sons, (1990).
4. BIRCH: A new data clustering algorithm and its applications;Zhang;Data Mining and Knowledge Discovery,1997
5. Models of incremental concept formation;Gennari;Artificial Intelligence,1989
Cited by
6 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献