I have been trying to analyze the IoT sensor data using clustering algorithms by considering data sets. can you suggest, which clustering approach suites for the cluster data analysis in incremental way.
Clusters divide data into groups so that we can gather beneficial and meaningful information. To obtain meaningful information clusters should capture the natural structure of data. In some scenarios cluster analysis is only a useful starting point for other purposes, such as data summarization . At a high-level Clustering algorithm are classified as Partition based (K-means), Hierarchical based (Birch), Density based(DBScan), Grid based and Model based (SOM). They all are having capabilities to classify the data efficiently. But it depends on the type of data-set some one is using.
This paper might help you:
Machine learning for Internet of Things data analysis: A survey