feat(cli): add clustering command with K-means support
Some checks failed
build / checks-matrix (push) Successful in 19m25s
build / codecov (push) Failing after 19m26s
docs / docs (push) Failing after 28m52s
build / checks-build (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-09-13 17:45:55 +05:30
parent aaf34ef74e
commit a340552257
5 changed files with 336 additions and 9 deletions

View File

@@ -16,6 +16,7 @@ edition = "2024"
[patch.crates-io]
linfa = { git = "https://github.com/relf/linfa", branch = "upgrade-ndarray-0.16" }
linfa-clustering = { git = "https://github.com/relf/linfa", branch = "upgrade-ndarray-0.16" }
[workspace.dependencies]
divan = { version = "0.1.21" }
@@ -90,6 +91,7 @@ rfd = "0.15"
futures = "0.3"
imageproc = "0.25"
linfa = "0.7.1"
linfa-clustering = "0.7.1"
[profile.release]
debug = true