cluster_by_hdbscan: Cluster similarity matrix by hdbscan

View source: R/cluster.R

cluster_by_hdbscanR Documentation

Cluster similarity matrix by hdbscan

Description

Cluster similarity matrix by hdbscan

Usage

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


jokergoo/simplifyGO documentation built on Oct. 25, 2023, 9:02 p.m.