Closed Kokan closed 3 years ago
Done. Class Otsu. It supports a variable number of bins and more than 2 clusters, but only one-dimensional data. The running time is bins-1 choose clusters-1, so beware. It can be used with the elbow method.
Done. Class Otsu. It supports a variable number of bins and more than 2 clusters, but only one-dimensional data. The running time is bins-1 choose clusters-1, so beware. It can be used with the elbow method.