Description Usage Arguments Value References
The original Partitioning Around Medoids (PAM) algorithm or k-medoids clustering, as proposed by Kaufman and Rousseeuw; a largely equivalent method was also proposed by Whitaker in the operations research domain, and is well known by the name "fast interchange" there. (Schubert and Rousseeuw, 2019)
1 | pam(rdist, n, k, maxiter = 0L)
|
rdist |
The distance matrix (lower triangular matrix, column wise storage) |
n |
The number of observations |
k |
The number of clusters to produce |
maxiter |
The maximum number of iterations (default: 0) |
KMedoids S4 class
L. Kaufman, P. J. Rousseeuw "Clustering by means of Medoids" Information Systems and Operational Research 21(2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.