I have gone through many algorithms including streaming k-means, CluStream etc and they all have their pros and cons. What is the best performing algorithm in terms of
- Computational Complexity
- Memory Requirement
- Quality of Clusters
- can handle non-static, uncertain data stream
Algorithms needs to be online i.e working on a streaming dataset rather than a static dataset
