Skip to content

lazear/rust-kmeans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rust-kmeans

Build Status

K-means clustering in rust

This is a port of my self-optimizing K-means clustering algorithm written in C - now with parallel processing capabilities. This was a neat project to get to try out some of the different things Rust offers, including sharing mutable and immutable data in a thread-safe manner.

About

K-means clustering in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages