@thi.ng/k-means
Advanced tools
Comparing version 0.6.73 to 0.6.74
{ | ||
"name": "@thi.ng/k-means", | ||
"version": "0.6.73", | ||
"version": "0.6.74", | ||
"description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", | ||
@@ -39,7 +39,7 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.9.28", | ||
"@thi.ng/distance": "^2.4.58", | ||
"@thi.ng/api": "^8.9.29", | ||
"@thi.ng/distance": "^2.4.59", | ||
"@thi.ng/errors": "^2.4.20", | ||
"@thi.ng/random": "^3.6.35", | ||
"@thi.ng/vectors": "^7.10.16" | ||
"@thi.ng/random": "^3.6.36", | ||
"@thi.ng/vectors": "^7.10.17" | ||
}, | ||
@@ -87,3 +87,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "a421058a65ba76608d94129ac29451bfedaf201c\n" | ||
"gitHead": "69100942474942f7446ac645d59d91e7dfc352f9\n" | ||
} |
Updated@thi.ng/api@^8.9.29
Updated@thi.ng/distance@^2.4.59
Updated@thi.ng/random@^3.6.36
Updated@thi.ng/vectors@^7.10.17