Question

What is the algorithm for clustering , when the data arrives dynamically .That is as soon an data arrives the old cluster centroid should be modified bit to accommodate new feature and also if needed it create new centroid.

I know k-mean algorithm but we need to define cluster and it is static.

Was it helpful?

Solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top