Partition the data by grouping together duplicated data
Duplicated data are grouped together to form a basic partition that can be used to start hierarchical agglomeration.
dupPartition(data)
data |
A numeric vector, matrix, or data frame of observations. If a matrix or data frame, rows correspond to observations (n) and columns correspond to variables (d). |
A vector of indices indicating the partition.
dupPartition(iris[,1:4]) dupPartition(iris) dupPartition(iris$Species)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.