- Category:
- matlab
- Tags:
-
- File Size:
- 1kb
- Update:
- 2018-04-01
- Downloads:
- 0 Times
- Uploaded by:
- Daizy7
Description: The K-means algorithm is a hard clustering algorithm, which is representative of the prototype based objective function clustering method. It is the distance from the data point to the prototype as the objective function of the optimization, and the method of using the function to find the extremum is used to get the adjustment rules of the iterative operation. The K-means algorithm takes Euclidean distance as the similarity measure, it is to find the V optimal classification corresponding to an initial cluster center vector, so that the evaluation index J is the smallest. The error square sum criterion function is used as a clustering criterion function.
To Search:
File list (Check if you may need any files):
Filename | Size | Date |
---|
kmeans_test.m | 607 | 2013-11-12
|
kmeans.m | 1456 | 2013-11-15 |