Cluster similarity matrix by hdbscan

cluster_by_hdbscan(mat, minPts = 5, ...)

Arguments

mat

The similarity matrix.

minPts

Passed to the minPts argument in hdbscan.

...

Other arguments passed to hdbscan.

Value

A vector of cluster labels (in numeric).

Examples

# There is no example
NULL
#> NULL