Data stream clustering: Difference between revisions

Content deleted Content added
Bfoteini (talk | contribs)
No edit summary
Bfoteini (talk | contribs)
No edit summary
Line 9:
The problem of data stream clustering is defined as:
 
Input: a sequence of <math>''n</math>'' points in metric space and an integer <math>''k</math>''.<br />
Output: <math>''k</math>'' centers in the set of the <math>''n</math>'' points so as to minimize the sum of distances from data points to their closest cluster centers.
 
== Algorithms ==