Analysis of K-Means and K-Medoids Algorithm For Big Data
暂无分享,去创建一个
Clustering plays a very vital role in exploring data, creating predictions and to overcome the anomalies in the data. Clusters that contain collateral, identical characteristics in a dataset are grouped using reiterative techniques. As the data in real world is growing day by day so very large datasets with little or no background knowledge can be identified into interesting patterns with clustering. So, in this paper the two most popular clustering algorithms K-Means and K-Medoids are evaluated on dataset transaction10k of KEEL. The input to these algorithms are randomly distributed data points and based on their similarity clusters has been generated. The comparison results show that time taken in cluster head selection and space complexity of overlapping of cluster is much better in K-Medoids than K-Means. Also K-Medoids is better in terms of execution time, non sensitive to outliers and reduces noise as compared to K-Means as it minimizes the sum of dissimilarities of data objects.
[1] Jiawei Han,et al. Data Mining: Concepts and Techniques , 2000 .
[2] T. Velmurugan,et al. A Survey of Partition based Clustering Algorithms in Data Mining: An Experimental Approach , 2011 .
[3] M. Singh,et al. Comparison of a Time Efficient Modified K-mean Algorithm with K-Mean and K-Medoid Algorithm , 2012, 2012 International Conference on Communication Systems and Network Technologies.