hdbscan
0.8.5
  • Basic Usage of HDBSCAN* for Clustering
  • Getting More Information About a Clustering
  • Parameter Selection for HDBSCAN*
  • Outlier Detection
  • How HDBSCAN Works
  • Comparing Python Clustering Algorithms
  • Benchmarking Performance and Scaling of Python Clustering Algorithms
  • API Reference
hdbscan
  • Docs »
  • The hdbscan Clustering Library
  • Edit on GitHub

The hdbscan Clustering Library¶

The hdbscan library is a suite of tools to use unsupervised learning to find clusters, or dense regions, of a dataset. The primary algorithm is HDBSCAN* as proposed by Campello, Moulavi, and Sander. The library provides a high performance implementation of this algorithm, along with tools for analysing the resulting clustering.

User Guide / Tutorial¶

  • Basic Usage of HDBSCAN* for Clustering
    • The Simple Case
    • What about different metrics?
    • Distance matrices
  • Getting More Information About a Clustering
    • Condensed Trees
    • Single Linkage Trees
  • Parameter Selection for HDBSCAN*
    • Selecting min_cluster_size
    • Selecting min_samples
    • Selecting alpha
  • Outlier Detection

Background on Clustering with HDBSCAN¶

  • How HDBSCAN Works
    • Transform the space
    • Build the minimum spanning tree
    • Build the cluster hierarchy
    • Condense the cluster tree
    • Extract the clusters
  • Comparing Python Clustering Algorithms
    • Some rules for EDA clustering
    • Getting set up
    • Testing Clustering Algorithms
    • K-Means
    • Affinity Propagation
    • Mean Shift
    • Spectral Clustering
    • Agglomerative Clustering
    • DBSCAN
    • HDBSCAN
  • Benchmarking Performance and Scaling of Python Clustering Algorithms
    • Comparison of all ten implementations
    • Comparison of fast implementations
    • Comparison of high performance implementations
    • But should I get a coffee?
    • Conclusions

API Reference¶

  • API Reference
    • HDBSCAN
    • RobustSingleLinkage

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2016, Leland McInnes, John Healy, Steve Astels. Revision 92691231.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: 0.8.5
Versions
latest
stable
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
Downloads
On Read the Docs
Project Home
Builds

Free document hosting provided by Read the Docs.