Skip to content
/ k_means Public

K-means algorithm, improved to work with matrix of distances instead of coordinates.

Notifications You must be signed in to change notification settings

s-mage/k_means

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

K-Means

This is my third k-means, that finally should be well designed and implemented on matlab.

Current data model

  • Experiment is the set of actions to see where that method works better than classical k-means
  • DataWrapper is the place where all external things as plotting, file reading etc should be.
  • Space is global set of objects
  • Subset is one cluster in a Space. It's very usefull to get that class despite the fact that subset is set too.

About

K-means algorithm, improved to work with matrix of distances instead of coordinates.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages