dupPartition: Partition the data by grouping together duplicated data

View source: R/mbahc.R

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

Value

A vector of indices indicating the partition.

See Also

hc

Examples


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


mclust documentation built on Nov. 16, 2023, 5:10 p.m.