@thi.ng/k-means
Advanced tools
Comparing version 0.6.37 to 0.6.38
{ | ||
"name": "@thi.ng/k-means", | ||
"version": "0.6.37", | ||
"version": "0.6.38", | ||
"description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", | ||
@@ -38,6 +38,6 @@ "type": "module", | ||
"@thi.ng/api": "^8.9.6", | ||
"@thi.ng/distance": "^2.4.22", | ||
"@thi.ng/errors": "^2.3.6", | ||
"@thi.ng/random": "^3.6.9", | ||
"@thi.ng/vectors": "^7.7.20" | ||
"@thi.ng/distance": "^2.4.23", | ||
"@thi.ng/errors": "^2.4.0", | ||
"@thi.ng/random": "^3.6.10", | ||
"@thi.ng/vectors": "^7.7.21" | ||
}, | ||
@@ -86,3 +86,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "8d46d9326a9f9b81d65e7e274446f5964f9942ac\n" | ||
"gitHead": "dc7eeaba72f3c3977f2d6cc201e595ed6d68e2ad\n" | ||
} |
34743
Updated@thi.ng/distance@^2.4.23
Updated@thi.ng/errors@^2.4.0
Updated@thi.ng/random@^3.6.10
Updated@thi.ng/vectors@^7.7.21