Skip to contents

HDBScan clustering function

Usage

clust.hdbscan(
  distance_matrix,
  n_points_dist = NULL,
  min_pts_per_cluster = NULL,
  min_percent_points_per_cluster = 5,
  put_all_outliers_in_a_single_cluster = FALSE
)