Learn R Programming

fastkmedoids (version 1.4)

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

439

Version

1.4

License

GPL (>= 2)

Maintainer

Xun Li

Last Published

February 25th, 2026

Functions in fastkmedoids (1.4)

fastclara

FastCLARA
pam

PAM (Partitioning Around Medoids)
fastpam

FastPAM
KmedoidsResult-class

An S4 class to represent the result of kmedoids clustering
fastkmedoids-package

fastkmedoids: Faster K-Medoids Clustering Algorithms
fastclarans

FastCLARANS