Title :
´1+1>2´: merging distance and density based clustering
Author :
Dash, Manoranjan ; Liu, Huan ; Xu, Xiaowei
Author_Institution :
Sch. of Comput., Nat. Univ. of Singapore, Singapore
Abstract :
Clustering is an important data exploration task. Its use in data mining is growing very fast. Traditional clustering algorithms which no longer cater for the data mining requirements are modified increasingly. Clustering algorithms are numerous which can be divided in several categories. Two prominent categories are distance-based and density-based (e.g. K-means and DBSCAN, respectively). While K-means is fast, easy to implement and converges to local optima almost surely, it is also easily affected by noise. On the other hand, while density-based clustering can find arbitrary shape clusters and handle noise well, it is also slow in comparison due to neighborhood search for each data point, and faces a difficulty in setting the density threshold properly. We propose BRIDGE that efficiently merges the two by exploiting the advantages of one to counter the limitations of the other and vice versa. BRIDGE enables DBSCAN to handle very large data efficiently and improves the quality of K-means clusters by removing the noisy points. It also helps the user in setting the density threshold parameter properly. We further show that other clustering algorithms can be merged using a similar strategy. An example given in the paper merges BIRCH clustering with DBSCAN.
Keywords :
data mining; database theory; pattern clustering; very large databases; BRIDGE; DBSCAN; K-means clusters; data exploration; data mining; density based clustering; density threshold; distance based clustering; neighborhood search; very large database; Bridges; Clustering algorithms; Computer science; Convergence; Data mining; Iterative algorithms; Machine learning algorithms; Merging; Noise shaping; Shape;
Conference_Titel :
Database Systems for Advanced Applications, 2001. Proceedings. Seventh International Conference on
Conference_Location :
Hong Kong, China
Print_ISBN :
0-7695-0996-7
DOI :
10.1109/DASFAA.2001.916361