feat(cli): add clustering command with K-means support
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user