Re: Is streaming bisecting k-means possible?

2016-03-29 Thread dustind
The data source is elasticsearch, and I intend to use their module for spark support which provides a RDD, if that matters. -- View this message in context:

Is streaming bisecting k-means possible?

2016-03-23 Thread dustind
Is it technically possible to use bisecting k-means on streaming data and allow for model decay+updating like streaming k-means? If so, could you provide some guidance on how to implement this? If not, what is the best approach to using bisecting k-means on streaming data? -- View this