kno10 / rust-kmedoids

k-Medoids clustering in Rust with the FasterPAM algorithm
GNU General Public License v3.0
20 stars 3 forks source link

Par version #1

Closed larslenssen closed 2 years ago

larslenssen commented 2 years ago

Parallel version of FasterPAM/Silhouette implemented with Rayon. MNIST example to test for scalability.