Learn R Programming

fastkmedoids (version 1.2)

Faster K-Medoids Clustering Algorithms: FastPAM, FastCLARA, FastCLARANS

Description

R wrappers of C++ implementation of Faster K-Medoids clustering algorithms (FastPAM, FastCLARA and FastCLARANS) proposed in Erich Schubert, Peter J. Rousseeuw 2019 .

Copy Link

Version

Install

install.packages('fastkmedoids')

Monthly Downloads

372

Version

1.2

License

GPL (>= 2)

Maintainer

Xun Li

Last Published

January 21st, 2021

Functions in fastkmedoids (1.2)

fastkmedoids-package

Faster K-Medoids Clustering Algorithms: FastPAM, FastCLARA, FastCLARANS
fastpam

FastPAM
fastclara

FastCLARA
pam

PAM (Partitioning Around Medoids)
KmedoidsResult-class

An S4 class to represent the result of kmedoids clustering
fastclarans

FastCLARANS