HDBSCAN.default: Hierarchical Density-Based Spatial Clustering of Applications...

View source: R/hdbscan.R

HDBSCAN.defaultR Documentation

Hierarchical Density-Based Spatial Clustering of Applications with Noise

Description

Hierarchical Density-Based Spatial Clustering of Applications with Noise

Usage

## Default S3 method:
HDBSCAN(
  x,
  algorithm = "best",
  alpha = 1,
  approx_min_span_tree = TRUE,
  gen_min_span_tree = FALSE,
  leaf_size = 30,
  metric = "euclidean",
  prediction_data = TRUE,
  min_cluster_size = 1000L,
  min_samples = 1L,
  cluster_selection_epsilon = 0.1,
  cluster_selection_method = "leaf",
  nThreads = parallel::detectCores() - 1,
  return_full = FALSE
)

Arguments

nThreads

dbrookeUAB/dbsinglecell documentation built on May 2, 2023, 12:49 a.m.