hdbscan2: Calculate HDBSCAN algorithm

Description Usage Arguments

Description

This is a modified version of the hdbscan function from the dbscan package in order to be able to calculate the KNN distance starting from a distance matrix.

Usage

1
hdbscan2(xdist, minPts = 5)

Arguments

xdist

A distance matrix

minPts

Minimum number of points per cluster


pedrostrusso/annotator documentation built on June 12, 2019, 11:23 a.m.