kno10 / rust-kmedoids

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

exchange Copy for the Clone treat #9

Closed sleemans closed 2 days ago

sleemans commented 4 months ago

Thanks for the reply; I've replaced Copy with Clone, and made this literal in quite a few places. Hope this is the right way to go, otherwise please reject this pull request and let me know.

kno10 commented 2 days ago

The pull only handled some algorithms. 302f4fa01068c8647502842c3e01d8a13e5bb29b does this for all.