ParallelKMeans.jl icon indicating copy to clipboard operation
ParallelKMeans.jl copied to clipboard

update `kmeans` docstring, add counts to algos

Open 70Gage70 opened this issue 1 year ago • 1 comments

Expanded docstring of kmeans function to give a simple example. This was the first thing I checked when I started to use the package and didn't see one.

I also noticed that the algos don't return counts. I just applied the countmap function from StatsBase which we already depend on.

Killer package by the way, it sped up my calculation by an order of magnitude.

70Gage70 avatar Jun 29 '24 18:06 70Gage70

Expanded docstring of kmeans function to give a simple example. This was the first thing I checked when I started to use the package and didn't see one.

I also noticed that the algos don't return counts. I just applied the countmap function from StatsBase which we already depend on.

Killer package by the way, it sped up my calculation by an order of magnitude.

Thanks for looking into this and glad that you like the package :)

I will review and looking forward to it eventually going in.

PyDataBlog avatar Jul 01 '24 19:07 PyDataBlog