Re: Streaming K-medoids

2015-06-02 Thread Marko Dinic
k-medoids-using-scala-parseq/ - Original Message - Hello everyone, I have an idea and I would like to get a validation from community about it. In Mahout there is an implementation of Streaming K-means. I'm interested in your opinion would it make sense to make a similar implement

Re: Streaming K-medoids

2015-06-01 Thread Erik Erlandson
ould it make sense to make a similar > implementation of Streaming K-medoids? > > K-medoids has even bigger problems than K-means because it's not > scalable, but can be useful in some cases (e.g. It allows more > sophisticated distance measures). > > What is your opin

Streaming K-medoids

2015-06-01 Thread Marko Dinic
Hello everyone, I have an idea and I would like to get a validation from community about it. In Mahout there is an implementation of Streaming K-means. I'm interested in your opinion would it make sense to make a similar implementation of Streaming K-medoids? K-medoids has even b