Normalization Based K Means Clustering Algorithm
Normalization Based K Means Clustering Algorithm
OUTPUT: Clusters
4. Pass the number of clusters and generate initial centroids using algorithm 2.
5. Generate clusters.
5. Take the nearest possible data point of the mean as the initial centroid
for each data subsets.
Our experiment was conducted on Iris data set [12] k. From the comparisons we can make out that N-K
from UCI Machine Learning Repository for means algorithm outperforms the traditional K-
evaluating the performance of N-K means means algorithm in terms of parameters namely
clustering algorithm. In this section, we represent a execution time and speed. Hence the algorithm
comparative analysis of traditional K-means computationally runs faster as it executes in less
clustering algorithm with N-K means algorithm. number of iterations and the complexity is reduced.
Both the algorithms are run for different values of The results are depicted in Table 1.
Table 1: Performance Comparison of N-K means Algorithm With Existing K-means
0.2 8
0.15 6
TIME
SPEED
0.1 4
K-means K-means
0.05
2
0 N-K means N-K means
0
1 3 5 7
1 3 5 7
No. of clusters
No. of clusters