getClusterMedoids | R Documentation |
getClusterMedoids gets Medoids of earlier produced clusters; select trait with lowest (square) sum of distances as cluster medoid
getClusterMedoids(distMat, clustRes, numClusters)
distMat |
distance matrix |
clustRes |
(reduced) clustering results |
numClusters |
number of clusters to produce |
list with cluster medoids examples getClusterMedoids(distMat, clustRes, numClusters)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.