Elbow method to determine the optimal number of clusters for k-means clustering. More...
Classes | |
class | elbow |
Class represents Elbow method that is used to find out appropriate amount of clusters in a dataset. More... | |
Elbow method to determine the optimal number of clusters for k-means clustering.
Implementation based on paper [39].