@thi.ng/k-means
Advanced tools
Comparing version 0.7.11 to 0.7.12
{ | ||
"name": "@thi.ng/k-means", | ||
"version": "0.7.11", | ||
"version": "0.7.12", | ||
"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.90", | ||
"@thi.ng/distance": "^2.4.91", | ||
"@thi.ng/errors": "^2.5.17", | ||
"@thi.ng/random": "^4.1.1", | ||
"@thi.ng/vectors": "^7.12.4" | ||
"@thi.ng/random": "^4.1.2", | ||
"@thi.ng/vectors": "^7.12.5" | ||
}, | ||
@@ -89,3 +89,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "241df2019d93359c34da1a11a94e416b6ea73f32\n" | ||
"gitHead": "8301254c4436505a1fb0e3cc28eca3adb920c3e0\n" | ||
} |
Updated@thi.ng/distance@^2.4.91
Updated@thi.ng/random@^4.1.2
Updated@thi.ng/vectors@^7.12.5