GitHub - dstein64/kmeans1d: A Python package for optimal 1D k-means clustering.
A Python package for optimal 1D k-means clustering. - dstein64/kmeans1d
A Python package for optimal 1D k-means clustering. - dstein64/kmeans1d
I implemented kmeans1d, a Python library for performing k-means clustering on 1D data, based on the algorithm from Xiaolin (1991), as presented by Grønlund et al. (2017, Section 2.2). Globally opti…