ParallelKMeans.jl
ParallelKMeans.jl copied to clipboard
You used the elbow method for choosing optimal number of clusters as a benchmark. Is this a function of your package as well?
@wherrera10 currently, there’s no dedicated function for selecting the optimal number of clusters via the elbow method. Additionally, this method is typically used via manual inspection.
There are examples of using the elbow method using this package in the benchmark tests:
I will leave this open and discuss with the co-author (@Arkoniak) if it makes sense to add this functionality to the core package itself.