K-Means variation for object-distance array
(comments in French within the implemented methods)
- Benchmark with Adjusted Rand Index computed with
adj.rand.index
function from packagefossil
- PCA with
factoextra
- Comparison with
PAM
algorithm fromcluster
R packagek-means
algorithm fromstats
R packageMclust
algorithm frommclust
R package
- Complete example on
iris
dataset
Freely inspired by the research paper : A simple and fast algorithm for K-medoids clustering, Hae-Sang Park, Chi-Hyuck Jun <external link>
Lucas RODRIGUEZ (2021)