Data stream clustering: Difference between revisions

Content deleted Content added
Bfoteini (talk | contribs)
Bfoteini (talk | contribs)
No edit summary
Line 21:
The approximation factor of this algorithm is <math>2c(1+2b)+2b</math> and if we generalize it so that it recursively calls itself, <math>i</math> times on a successively smaller set of weighted centers then it gives a constant factor approximation to the k-median problem, which, as expected, worsens with each successive reclustering.
 
STREAM is an algorithm for clustering data streams described by Guha, Mishra, Motwani and O'Callaghan <ref>S. Guha, N. Mishra, R. Motwani, L. O'Callaghan. [http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.32.1927 Clustering Data Streams]. Proceedings of the Annual Symposium on Foundations of Computer Science, 2000</ref> which achieves a constant factor approcimation algorithm for the k-Median problem in a single pass.
The STREAM algorithm for clustering data streams described in
 
Some of the mostothers well-known algorithms used for data stream clustering include:
 
Some of the most well-known algorithms used for data stream clustering include:
* BIRCH
* COBWEB
 
* STREAM
 
== References ==