kno10 / rust-kmedoids

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

Add CLARA, FastCLARA, FasterCLARA #5

Open kno10 opened 9 months ago

kno10 commented 9 months ago

CLARA roughly does:

This may seem like a trivial addition at first (and it would indeed only be a few lines in the Python wrapper) BUT:

Hence a rough implementation plan would be

Adding distance function will also be necessary for CLARANS #6 BanditPAM #2 or coreset approaches #4