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
4
5
6
slint::include_modules!();

fn main() {
    let app_win = AppWindow::new().unwrap();
    app_win.run().unwrap();
}