k_means-interactive 0.1.0

An interactive & specialized version of k-means. Has GUI which allows for convenient stepping through the algorithm.
Documentation
1
2
3
fn main() -> Result<(), slint_build::CompileError> {
    slint_build::compile("./gui/app/window.slint")
}