LGMay 29, 2014
Effect of Different Distance Measures on the Performance of K-Means Algorithm: An Experimental Study in MatlabMr. Dibya Jyoti Bora, Dr. Anil Kumar Gupta
K-means algorithm is a very popular clustering algorithm which is famous for its simplicity. Distance measure plays a very important rule on the performance of this algorithm. We have different distance measure techniques available. But choosing a proper technique for distance calculation is totally dependent on the type of the data that we are going to cluster. In this paper an experimental study is done in Matlab to cluster the iris and wine data sets with different distance measures and thereby observing the variation of the performances shown.
AIApr 24, 2014
A Comparative study Between Fuzzy Clustering Algorithm and Hard Clustering AlgorithmDibya Jyoti Bora, Dr. Anil Kumar Gupta
Data clustering is an important area of data mining. This is an unsupervised study where data of similar types are put into one cluster while data of another types are put into different cluster. Fuzzy C means is a very important clustering technique based on fuzzy logic. Also we have some hard clustering techniques available like K-means among the popular ones. In this paper a comparative study is done between Fuzzy clustering algorithm and hard clustering algorithm