From bc275e846466a834710f6c997ea09a822bea76ff Mon Sep 17 00:00:00 2001 From: Benjamin Schmidt Date: Wed, 9 Oct 2024 03:50:14 -0400 Subject: [PATCH] Link to referenced article (#28) * Link to referenced article * Also reference paper --------- Co-authored-by: tom-whitehead --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 368c925..1235f40 100644 --- a/README.md +++ b/README.md @@ -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.