Skip to content

SadmanSakib93/K-medoids-python

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages