Skip to content

Releases: kno10/rust-kmedoids

v0.5.1

14 Mar 12:13
Compare
Choose a tag to compare

kmedoids 0.5.1 (2024-03-14)

  • DynMSC: best loss reported incorrectly if best k=2
  • add minimum k parameter
  • bump rayon version (no changes)

v0.5.0

10 Dec 20:45
Compare
Choose a tag to compare
  • add DynMSC with automatic cluster number selection
  • move the check for numerical instability out of the loop in all the "faster" variants, as we do no longer do best-first
  • bump rayon to 1.8, no changes
  • bump byteorder to 1.5, no changes, in example only

v0.4.3

10 Dec 20:45
Compare
Choose a tag to compare
  • fix bug in silhouette evaluation for k > 2

v0.4.2

07 Mar 11:42
Compare
Choose a tag to compare
  • bumped rayon to 1.7, with no changes
  • add CITATION.cff

v0.4.1

24 Sep 19:26
Compare
Choose a tag to compare

Added FastMSC, FasterMSC, PAMMEDSIL and PAMSIL clustering,
to optimize the (Medoid) Silhouette directly.

For details on these methods, please see the upcoming publication
Lars Lenssen, Erich Schubert:
Clustering by Direct Optimization of the Medoid Silhouette
In: 15th International Conference on Similarity Search and Applications (SISAP 2022)
https://doi.org/10.1007/978-3-031-17849-8_15

v0.3.0

05 Apr 16:02
Compare
Choose a tag to compare
version bump 0.3.0