Skip to content

Commit

Permalink
Link to referenced article (#28)
Browse files Browse the repository at this point in the history
* Link to referenced article

* Also reference paper

---------

Co-authored-by: tom-whitehead <[email protected]>
  • Loading branch information
bmschmidt and tom-whitehead authored Oct 9, 2024
1 parent cbe4678 commit bc275e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ assert_eq!(2, centroids.len());
assert!(centroids.contains(&vec![3.8, 4.0]) && centroids.contains(&vec![1.12, 1.34]));
```

# References
[Campello, R.J.G.B.; Moulavi, D.; Sander, J. Density-based clustering based on hierarchical density estimates.](https://link.springer.com/chapter/10.1007/978-3-642-37456-2_14)
[How HDSCAN Works](https://hdbscan.readthedocs.io/en/latest/how_hdbscan_works.html). Leland McInnes, John Healy, Steve Astels.

# License
Dual-licensed to be compatible with the Rust project.

Expand Down

0 comments on commit bc275e8

Please sign in to comment.