File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ clustering that gives the best stability over epsilon. This allows HDBSCAN to
3030find clusters of varying densities (unlike DBSCAN), and be more robust to parameter
3131selection. The library also includes support for Robust Single Linkage clustering
3232[ @chaudhuri2014consistent ] , [ @chaudhuri2010rates ] ,
33- GLOSH outlier detection[ @campello2015hierarchical ] , and tools for visualizing
33+ GLOSH outlier detection [ @campello2015hierarchical ] , and tools for visualizing
3434and exploring cluster structures.
3535Finally support for prediction and soft clustering is also available.
3636
37- -![ Example clusterign results.] ( hdbscan_clustering_result.png )
37+ -![ Example clustering results.] ( hdbscan_clustering_result.png )
3838-![ Hierarchical tree structure.] ( hdbscan_condensed_tree.png )
3939
4040# References
You can’t perform that action at this time.
0 commit comments