ENHANCED K-MEANS CLUSTRING ALGORITHM TO REDUCE TIME COMPLEXITY FOR NUMERIC VALUES
Keywords:
Centroid, Clustering, Enhanced k-means algorithm, K-means algorithm, PartitioningAbstract
Data mining is the process of using technology to identify patterns and prospects from large
amount of information. In Data Mining, Clustering is an important research topic and wide range of unverified classification application. Clustering is technique which divides a data into meaningful groups.
K-means clustering is a method of cluster analysis which aims to partition n observations into k clusters
in which each observation belongs to the cluster with the nearest mean. In this paper, try to improve the
performance, to find initial centroid systematically and distribute each data point to the suitable clusters.