Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

dupPartition

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 (n) and columns correspond to variables (d).

Value

A vector of indices indicating the partition.

See Also

Examples

dupPartition(iris[,1:4])
dupPartition(iris)
dupPartition(iris$Species)

mclust

Gaussian Mixture Modelling for Model-Based Clustering, Classification, and Density Estimation

v5.4.10
GPL (>= 2)
Authors
Chris Fraley [aut], Adrian E. Raftery [aut] (<https://orcid.org/0000-0002-6589-301X>), Luca Scrucca [aut, cre] (<https://orcid.org/0000-0003-3826-0484>), Thomas Brendan Murphy [ctb] (<https://orcid.org/0000-0002-5668-7046>), Michael Fop [ctb] (<https://orcid.org/0000-0003-3936-2757>)
Initial release
2022-05-20

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.