dupPartition {mclust} | R Documentation |
Partition the data by grouping together duplicated data
Description
Duplicated data are grouped together to form a basic partition that can be used to start hierarchical agglomeration.
Usage
dupPartition(data)
Arguments
data |
A numeric vector, matrix, or data frame of observations.
If a matrix or data frame, rows correspond to observations ( |
Value
A vector of indices indicating the partition.
See Also
Examples
dupPartition(iris[,1:4])
dupPartition(iris)
dupPartition(iris$Species)
[Package mclust version 6.1.1 Index]