A matrix of distance objects (n x n) or a diss class.
ncluster
A number of cluster.
iterate
A number of iteration for clustering algorithm.
init
An index of the initial medoids.
Value
Function returns a partitioning clustering algorithm result consists of cluster
membership, cluster medoid, the minimum distance to the cluster medoid.
Details
This is a k-medoids algorithm that has been proposed by Park and Jun. The algorihm
has been claimed to be fast and simple. The medoids updating in this algorihm is similar to
kmeans centroid updating.
References
Park, H., Jun, C., 2009. A simple and fast algorithm for k-medoids clustering.
Expert Systems with Applications 36, 3336-3341.