@thi.ng/k-means
Advanced tools
Comparing version 0.7.4 to 0.7.5
{ | ||
"name": "@thi.ng/k-means", | ||
"version": "0.7.4", | ||
"version": "0.7.5", | ||
"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.9", | ||
"@thi.ng/distance": "^2.4.84", | ||
"@thi.ng/distance": "^2.4.85", | ||
"@thi.ng/errors": "^2.5.15", | ||
"@thi.ng/random": "^4.0.3", | ||
"@thi.ng/vectors": "^7.11.10" | ||
"@thi.ng/vectors": "^7.11.11" | ||
}, | ||
@@ -89,3 +89,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "bfbc227cf5ca2d3c2984b3d4713eebd6225cbd54\n" | ||
"gitHead": "502a0192bae48e69290870ea8a2767f8b81adee6\n" | ||
} |
Updated@thi.ng/distance@^2.4.85
Updated@thi.ng/vectors@^7.11.11