Comparison of Distributed K-Means and Distributed Fuzzy C-Means Algorithms for Text Clustering
暂无分享,去创建一个
Text clustering has been developed in distributed system due to increasing data. The popular algorithms like K-Means (KM) and Fuzzy C-Means (FCM) are combined with MapReduce algorithm in Hadoop Environment to be distributable and parallelizable. The problem is performance comparison between Distributed KM (DKM) and Distributed FCM (DFCM) that use Tanimoto Distance Measure (TDM) has not been studied yet. It is important because TDM’s characteristics are scale invariant while allowing discrimination collinear vectors. This work compared the combination of TDM with DKM (DKM-T) and TDM with DFCM (DFCM-T) to acquire performance of both algorithms. The result shows that DFCM-T has better intra-cluster and inter-cluster densities than those of DKM-T. Moreover, DFCM-T has lower processing time than that of DKM-T when total nodes used are 4 and 8. DFCM-T and DKM-T could perform clustering of 1,400,000 text files in 16.18 and 9.74 minutes but the preprocessing times take hours.
[1] Subhagata Chattopadhyay,et al. Comparing Fuzzy-C Means and K-Means Clustering Techniques: A Comprehensive Study , 2012 .
[2] Xiang Zhang,et al. Character-level Convolutional Networks for Text Classification , 2015, NIPS.