Description Usage Arguments Value Examples
Medoid is the point that has minimum distance to all other points in the cluster.
1 | medoid(members, dist_mat)
|
members |
index vector indicating which observation belongs to the cluster. |
dist_mat |
distance matrix of the whole data set. A class of |
index of the medoid point in the members vector.
1 2 3 4 5 6 7 8 9 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.