@thi.ng/k-means
Advanced tools
Comparing version 0.6.52 to 0.6.53
{ | ||
"name": "@thi.ng/k-means", | ||
"version": "0.6.52", | ||
"version": "0.6.53", | ||
"description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", | ||
@@ -39,6 +39,6 @@ "type": "module", | ||
"@thi.ng/api": "^8.9.14", | ||
"@thi.ng/distance": "^2.4.37", | ||
"@thi.ng/distance": "^2.4.38", | ||
"@thi.ng/errors": "^2.4.8", | ||
"@thi.ng/random": "^3.6.20", | ||
"@thi.ng/vectors": "^7.8.12" | ||
"@thi.ng/random": "^3.6.21", | ||
"@thi.ng/vectors": "^7.8.13" | ||
}, | ||
@@ -86,3 +86,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "0d9265be7be13eccf0ef75eaedbfd42626339279\n" | ||
"gitHead": "36d93175f8fbc0190c3c96a9ac0016a9663e9a80\n" | ||
} |
Updated@thi.ng/distance@^2.4.38
Updated@thi.ng/random@^3.6.21
Updated@thi.ng/vectors@^7.8.13