@thi.ng/k-means
Advanced tools
Comparing version 0.7.1 to 0.7.2
{ | ||
"name": "@thi.ng/k-means", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", | ||
@@ -40,6 +40,6 @@ "type": "module", | ||
"@thi.ng/api": "^8.11.8", | ||
"@thi.ng/distance": "^2.4.81", | ||
"@thi.ng/distance": "^2.4.82", | ||
"@thi.ng/errors": "^2.5.14", | ||
"@thi.ng/random": "^4.0.2", | ||
"@thi.ng/vectors": "^7.11.7" | ||
"@thi.ng/vectors": "^7.11.8" | ||
}, | ||
@@ -89,3 +89,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "ec78f98d015e4d214a0b840e72e497407807daf3\n" | ||
"gitHead": "e914ebbd81c56783c39cf746548c547cbacadc96\n" | ||
} |
Updated@thi.ng/distance@^2.4.82
Updated@thi.ng/vectors@^7.11.8