Skip to content

Commit ff72a2b

Browse files
authored
Merge pull request #93 from danielskatz/patch-1
minor fixes
2 parents 68b9098 + 1a3347a commit ff72a2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paper/paper.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ clustering that gives the best stability over epsilon. This allows HDBSCAN to
3030
find clusters of varying densities (unlike DBSCAN), and be more robust to parameter
3131
selection. 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
3434
and exploring cluster structures.
3535
Finally 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

0 commit comments

Comments
 (0)