A dynamic K-means clustering for data mining

Author Topic: A dynamic K-means clustering for data mining  (Read 1045 times)

Offline Monir Hossan

  • Sr. Member
  • ****
  • Posts: 368
  • Be religious and surrender to Allah!
    • View Profile
    • Daffodil International University
A dynamic K-means clustering for data mining
« on: February 20, 2019, 04:46:48 PM »
A dynamic K-means clustering for data mining

Abstract

Data mining is the process of finding structure of data from large data sets. With this process, the decision makers can make a particular decision for further development of the real-world problems. Several data clusteringtechniques are used in data mining for finding a specific pattern of data. The K-means method isone of the familiar clustering techniques for clustering large data sets.  The K-means clustering method partitions the data set based on the assumption that the number of clusters are fixed.The main problem of this method is that if the number of clusters is to be chosen small then there is a higher probability of adding dissimilar items into the same group. On the other hand, if the number of clusters is chosen to be high, then there is a higher chance of adding similar items in the different groups. In this paper, we address this issue by proposing a new K-Means clustering algorithm. The proposed method performs data clustering dynamically. The proposed method initially calculates a threshold value as a centroid of K-Means and based on this value the number of clusters are formed. At each iteration of K-Means, if the Euclidian distance between two points is less than or equal to the threshold value, then these two data points will be in the same group. Otherwise, the proposed method will create a new cluster with the dissimilar data point. The results show that the proposed method outperforms the original K-Means method.

Source: IAES, Volume: 13, No: 2
Link: https://www.iaescore.com/journals/index.php/IJEECS/article/view/16674
Mohammad Monir Hossan
Senior Assistant Director (Faculty of Graduate Studies)
E-mail: monirhossain@daffodilvarsity.edu.bd

Offline eahmed

  • Newbie
  • *
  • Posts: 5
  • Test
    • View Profile
Re: A dynamic K-means clustering for data mining
« Reply #1 on: March 23, 2019, 02:22:49 PM »
Thanks for sharing.
Eshtiak Ahmed
Lecturer, CSE
Daffodil International University

Offline Md. Alamgir Hossan

  • Hero Member
  • *****
  • Posts: 935
  • Test
    • View Profile
Re: A dynamic K-means clustering for data mining
« Reply #2 on: March 28, 2019, 01:38:46 AM »
Informative