Skip to content

shenxudeu/K_Medoids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

K Medoids Algorithm in Python

K-Medoid is similar to K-means, it can be applied to any customized distance function. All it requires is that there is a distance function that return a real value when defining some distance between two data points. How it works if fairly simple. It randomly pick K centers, and clusters each other points to the nearest center. Iteratively then we would swap non-center points with center point and try to minimize the total distance cost function.

Reference:

Author: Shen Xu Date: Sep, 2016

About

Numpy Implementation of K Medoids

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages