Skip to content

Commit 181a10d

Browse files
authored
More formatting
1 parent 0a8427a commit 181a10d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

paper/paper.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ date: 26 February 2017
2121
bibliography: paper.bib
2222
---
2323

24-
# Summary
24+
# Summary
2525

26-
HDBSCAN: Hierarchical Density-Based Spatial Clustering of Applications with Noise.
27-
Performs DBSCAN over varying epsilon values and integrates the result to find a
28-
clustering that gives the best stability over epsilon. This allows HDBSCAN to
29-
find 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.
32-
Finally support for prediction and soft clustering is also available.
26+
HDBSCAN: Hierarchical Density-Based Spatial Clustering of Applications with Noise.
27+
Performs DBSCAN over varying epsilon values and integrates the result to find a
28+
clustering that gives the best stability over epsilon. This allows HDBSCAN to
29+
find 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.
32+
Finally support for prediction and soft clustering is also available.
3333

34-
-![Example clusterign results.](hdbscan_clustering_result.png)
35-
-![Hierarchical tree structure.](hdbscan_condensed_tree.png)
34+
-![Example clusterign results.](hdbscan_clustering_result.png)
35+
-![Hierarchical tree structure.](hdbscan_condensed_tree.png)
3636

37-
# References
37+
# References
3838

0 commit comments

Comments
 (0)