Computational analysis of incremental clustering approaches for Large Data

Arun Pratap Singh Kushwah,Shailesh Jaloree,Ramjeevan Singh Thakur
DOI: https://doi.org/10.46300/91013.2021.15.3
2021-05-28
International Journal of Computers and Communications
Abstract:Clustering is an approach of data mining, which helps us to find the underlying hidden structure in the dataset. K-means is a clustering method which usages distance functions to find the similarities or dissimilarities between the instances. DBSCAN is a clustering algorithm, which discovers the arbitrary shapes & sizes of clusters from huge volume of using spatial density method. These two approaches of clustering are the classical methods for efficient clustering but underperform when the data is updated frequently in the databases so, the incremental or gradual clustering approaches are always preferred in this environment. In this paper, an incremental approach for clustering is introduced using K-means and DBSCAN to handle the new datasets dynamically updated in the database in an interval.
What problem does this paper attempt to address?