Added additional doctest and fixed indices (#141)

This commit is contained in:
Chris McComb
2022-08-12 17:38:13 -04:00
committed by GitHub
parent b482acdc8d
commit d905ebea15
6 changed files with 22 additions and 9 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ impl<T: RealNumber> BBDTree<T> {
tree
}
pub(in crate) fn clustering(
pub(crate) fn clustering(
&self,
centroids: &[Vec<T>],
sums: &mut Vec<Vec<T>>,