Description: Java implementation using K-means algorithm, K-Mean grouping method is a fragmented grouping method, whose main goal is to a large number of data points in the high latitudes to find representative data points these data points can be called cluster center, the representative point then these groups center, follow-up treatment can be used for data mining in the cluster analysis
To Search:
- [kmeans_java] - k-means clustering algorithm to achieve
- [km] - Clustering algorithm, k-means algorithm
File list (Check if you may need any files):
k均值-聚类
..........\点类.java
..........\生成点.java
..........\质点.java
..........\距离.java