Description: Kmeans algorithm is the most widely used cluster analysis algorithm, each category with the average of all data in the class (or weighted average) to represent the average is known as the cluster center. Although this method can not be used
The class attribute of the data, but data for numeric attributes, it can well reflect the significance of clustering on the geometry and statistics.
To Search:
File list (Check if you may need any files):
Kmeans聚类算法\kmeans.asv
..............\kmeans.m
..............\kmeans0.m
Kmeans聚类算法