@thi.ng/k-means
Advanced tools
Comparing version 0.5.18 to 0.5.19
{ | ||
"name": "@thi.ng/k-means", | ||
"version": "0.5.18", | ||
"version": "0.5.19", | ||
"description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", | ||
@@ -38,10 +38,10 @@ "type": "module", | ||
"@thi.ng/api": "^8.3.9", | ||
"@thi.ng/distance": "^2.1.18", | ||
"@thi.ng/errors": "^2.1.9", | ||
"@thi.ng/random": "^3.3.4", | ||
"@thi.ng/vectors": "^7.5.10" | ||
"@thi.ng/distance": "^2.1.19", | ||
"@thi.ng/errors": "^2.1.10", | ||
"@thi.ng/random": "^3.3.5", | ||
"@thi.ng/vectors": "^7.5.11" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/api-extractor": "^7.25.0", | ||
"@thi.ng/testament": "^0.2.10", | ||
"@thi.ng/testament": "^0.2.11", | ||
"rimraf": "^3.0.2", | ||
@@ -86,3 +86,3 @@ "tools": "^0.0.1", | ||
}, | ||
"gitHead": "24ec2749982f4193e6bc50173a238f336854bb1c\n" | ||
"gitHead": "01b7a47077d88c2aefe77650ce3340040bae00ee\n" | ||
} |
33264
Updated@thi.ng/distance@^2.1.19
Updated@thi.ng/errors@^2.1.10
Updated@thi.ng/random@^3.3.5
Updated@thi.ng/vectors@^7.5.11