sinshu / numflat

A numerical computation library for C#
MIT License
22 stars 3 forks source link

Convergence determination of k-means should match scikit-learn's implementation #2

Closed sinshu closed 9 months ago

sinshu commented 9 months ago

https://github.com/scikit-learn/scikit-learn/blob/5c4aa5d0d/sklearn/cluster/_kmeans.py#L283

sinshu commented 9 months ago

Addressed in 63f35977bbb1e090f1c02e6c9b83b947012c8aee.