@thi.ng/k-means
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "@thi.ng/k-means", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", | ||
@@ -44,6 +44,6 @@ "type": "module", | ||
"@thi.ng/api": "^8.11.16", | ||
"@thi.ng/distance": "^2.4.100", | ||
"@thi.ng/distance": "^2.4.101", | ||
"@thi.ng/errors": "^2.5.22", | ||
"@thi.ng/random": "^4.1.7", | ||
"@thi.ng/vectors": "^7.12.14" | ||
"@thi.ng/vectors": "^7.12.15" | ||
}, | ||
@@ -93,3 +93,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "6542b842120bef47cc18d45a1b1db68307a7f04b\n" | ||
"gitHead": "d888087b36b086fd8c3e7dc98d35857266f78942\n" | ||
} |
Updated@thi.ng/distance@^2.4.101
Updated@thi.ng/vectors@^7.12.15