Open 70Gage70 opened 4 months ago
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 fromStatsBase
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.
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 fromStatsBase
which we already depend on.Killer package by the way, it sped up my calculation by an order of magnitude.