Cluster similarity matrix by mclust

cluster_by_mclust(mat, G = seq_len(max(2, min(round(nrow(mat)/5), 100))), ...)

Arguments

mat

The similarity matrix.

G

Passed to the G argument in Mclust.

...

Other arguments passed to Mclust.

Value

A vector of cluster labels (in numeric).

Examples

# There is no example
NULL
#> NULL