File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,15 @@ bibliography: paper.bib
2323
2424# Summary
2525
26- HDBSCAN: Hierarchical Density-Based Spatial Clustering of Applications with Noise.
26+ HDBSCAN: Hierarchical Density-Based Spatial Clustering of Applications with Noise
27+ \cite{campello2013density}, \cite{campello2015hierarchical}.
2728Performs DBSCAN over varying epsilon values and integrates the result to find a
2829clustering that gives the best stability over epsilon. This allows HDBSCAN to
2930find clusters of varying densities (unlike DBSCAN), and be more robust to parameter
30- selection. The library also includes support for Robust Single Linkage clustering,
31- GLOSH outlier detection, and tools for visualizing and exploring cluster structures.
31+ selection. The library also includes support for Robust Single Linkage clustering
32+ \cite{chaudhuri2014consistent}, \cite{chaudhuri2010rates},
33+ GLOSH outlier detection\cite{campello2015hierarchical}, and tools for visualizing
34+ and exploring cluster structures.
3235Finally support for prediction and soft clustering is also available.
3336
3437-![ Example clusterign results.] ( hdbscan_clustering_result.png )
You can’t perform that action at this time.
0 commit comments