golearn icon indicating copy to clipboard operation
golearn copied to clipboard

Port GoKMeans to GoLearn

Open mdesenfants opened this issue 10 years ago • 8 comments

Moving gokmeans to golearn, making use of golearn's interfaces.

mdesenfants avatar Aug 12 '14 12:08 mdesenfants

@mdesenfants I've been working on a kmeans implementation for golearn (#26). I've made progress and am not far from completion but have been busy over the past month and didn't get time to push any code. If you think gokmeans is a compelling solution I'd be happy to drop my code and help work with you through the kinks in porting it over to golearn.

On a side note, you should check out live issues to avoid duplication :).

hpxro7 avatar Aug 12 '14 20:08 hpxro7

It's looking good so far, seems like the only thing left to do is to tie it into the Instances model, which I'm happy to help with.

Sentimentron avatar Aug 13 '14 08:08 Sentimentron

Hi guys,

I was about ready to go with tying gokmeans to the instances model when life events slowed me down... If hpxro7 is closer to an implementation, let me know. Otherwise, I'd love to get some help with the Instances model.

mdesenfants avatar Oct 06 '14 21:10 mdesenfants

@mdesenfants I've been hacking on my golearn kmeans implementation recently and I don't think its far from being ready so I'd be happy to push some momentum into it and finish it up soon if that takes some load off your shoulders :).

hpxro7 avatar Oct 06 '14 21:10 hpxro7

Any updates on this? I've been toying with an R*Tree implementation in Go and it would speed up the classification step tremendously.

@hpxro7 @mdesenfants

savorywatt avatar Jan 16 '15 03:01 savorywatt

does this branch just need to be finished? https://github.com/sjwhitworth/golearn/tree/kmeans

savorywatt avatar Jan 16 '15 03:01 savorywatt

I think we just ended up with two or more people with half-done k-means implementations. Mine works in my repo, but it would need some work to merge into the golearn set. @hpxro7 started one in golearn, but I don't know if it's ready or not.

mdesenfants avatar Mar 20 '15 20:03 mdesenfants

What's about the kmeans branch? It's not merged, there is no pull-request and the last activity was 6 years ago.

chrmang avatar Nov 20 '20 20:11 chrmang