Skip to content

The realization of k-means clustering algorithm by MATLAB

Notifications You must be signed in to change notification settings

SleepEarlyLiveLong/KmeansCluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KmeansCluster

This is a realization of the K-means clustering algorithm written by MATLAB. Here is the file structure:

KmeansCluster
    |-- src
        |-- mykmeans.m
        |-- mycluster_plus.m
        |-- mydist.m
        |-- mydist_corre.m
        |-- mydist_cosine.m
        |-- mydist_hamm.m
        |-- mydrawkmeans.m
        |-- myerrcal.m
        |-- mynumstatistic.m
    |-- Readme.md
    |-- kmeastest.m
    |-- 算法 _ k-means聚类.md

Among the files above:

  • file 'mykmeans.m' is the main file to realize K-means clustering algorithm;
  • the rest 8 XXX.m in dict 'src' are called functions by mykmeans.m;
  • file 'kmeastest.m' is the test file to examine the performance of the code—— 9 matlab files in folder 'src';
  • file '算法_k-means聚类.md' is a detailed introduction document for this project.

For more detailed information, refer to article 算法 _ k-means聚类.

About

The realization of k-means clustering algorithm by MATLAB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages