@thi.ng/k-means
Advanced tools
Comparing version 1.0.7 to 1.0.8
# Change Log | ||
- **Last updated**: 2025-01-29T16:25:48Z | ||
- **Last updated**: 2025-02-13T16:03:11Z | ||
- **Generator**: [thi.ng/monopub](https://thi.ng/monopub) | ||
@@ -5,0 +5,0 @@ |
@@ -28,2 +28,3 @@ import type { IDistance } from "@thi.ng/distance"; | ||
* References: | ||
* | ||
* - https://en.wikipedia.org/wiki/K-means%2B%2B | ||
@@ -30,0 +31,0 @@ * - http://ilpubs.stanford.edu:8090/778/1/2006-13.pdf |
{ | ||
"name": "@thi.ng/k-means", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "Configurable k-means & k-medians (with k-means++ initialization) for n-D vectors", | ||
@@ -42,11 +42,11 @@ "type": "module", | ||
"dependencies": { | ||
"@thi.ng/api": "^8.11.19", | ||
"@thi.ng/distance": "^2.4.105", | ||
"@thi.ng/errors": "^2.5.25", | ||
"@thi.ng/random": "^4.1.10", | ||
"@thi.ng/vectors": "^7.12.19" | ||
"@thi.ng/api": "^8.11.20", | ||
"@thi.ng/distance": "^2.4.106", | ||
"@thi.ng/errors": "^2.5.26", | ||
"@thi.ng/random": "^4.1.11", | ||
"@thi.ng/vectors": "^7.12.20" | ||
}, | ||
"devDependencies": { | ||
"esbuild": "^0.24.2", | ||
"typedoc": "^0.27.6", | ||
"esbuild": "^0.25.0", | ||
"typedoc": "^0.27.7", | ||
"typescript": "^5.7.3" | ||
@@ -91,3 +91,3 @@ }, | ||
}, | ||
"gitHead": "fc1d498e8d4b690db873c30cc594352a804e7a65\n" | ||
"gitHead": "9a0b33253fef092aaf301decf6ecd54317874d4c\n" | ||
} |
30020
258
Updated@thi.ng/api@^8.11.20
Updated@thi.ng/distance@^2.4.106
Updated@thi.ng/errors@^2.5.26
Updated@thi.ng/random@^4.1.11
Updated@thi.ng/vectors@^7.12.20