centroid {monoClust} | R Documentation |
Find Centroid of the Cluster
Description
Centroid is point whose coordinates are the means of their cluster values.
Usage
centroid(data, frame, cloc)
Arguments
data |
Original data set. |
frame |
The split tree transferred as data frame. |
cloc |
Vector of current cluster membership. |
Value
A data frame with coordinates of centroids
[Package monoClust version 1.2.1 Index]