ParallelKMeans.jl icon indicating copy to clipboard operation
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?

Open wherrera10 opened this issue 4 years ago • 1 comments

wherrera10 avatar May 21 '21 17:05 wherrera10

@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.

PyDataBlog avatar May 23 '21 08:05 PyDataBlog