@thi.ng/k-means
Advanced tools
Comparing version 0.7.14 to 0.7.15
{ | ||
"name": "@thi.ng/k-means", | ||
"version": "0.7.14", | ||
"version": "0.7.15", | ||
"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.11", | ||
"@thi.ng/distance": "^2.4.93", | ||
"@thi.ng/distance": "^2.4.94", | ||
"@thi.ng/errors": "^2.5.17", | ||
"@thi.ng/random": "^4.1.2", | ||
"@thi.ng/vectors": "^7.12.7" | ||
"@thi.ng/vectors": "^7.12.8" | ||
}, | ||
@@ -89,3 +89,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "1148f3130b867c65141957b4b7617021d7ac7fc9\n" | ||
"gitHead": "c2c371069911fdae138149fdcf937c4ad7a8c71e\n" | ||
} |
Updated@thi.ng/distance@^2.4.94
Updated@thi.ng/vectors@^7.12.8