Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

K-medoids-python

Python implementation of k-medioids clustering algorithm from scratch.

  • Run k-medoids-clustering.py
  • You have to provide the value of k (the number of clusters) input from console.
  • The program will assign each instance to a cluster and save the result of cluster assignment in csv file.

About

Python implementation of k-medioids algorithm from scratch.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages