Abstract

Discovering clusters of different sizes, shapes, and densities is a challenging duty. DBSCAN can find clusters of different shapes and sizes. But it has trouble finding clusters of different densities because it depends on a global value for its parameter Eps. Several methods have been proposed to tackle this problem, each method has its drawbacks. This paper introduces a new stand-alone method to discover clusters of different densities. The proposed method depends on the k-nearest neighbors to compute the local density of each object as the sum of distances to its k1-nearest neighbors, where 0 < k1 < k, it starts from any object. This object is called a cluster initiator. Any object that is reachable from a cluster initiator and has a local density similar to the local density of the cluster initiator is assigned the same cluster. So, the method requires a threshold for similarity, which will be called SR (Similarity Ratio). The proposed method discovers clusters of different densities, shapes, and sizes. The experimental results show the superior ability of the proposed method to detect clusters of different densities even with no discernible separations between them.

Full Text
Paper version not known

Talk to us

Join us for a 30 min session where you can share your feedback and ask us any queries you have

Schedule a call

Disclaimer: All third-party content on this website/platform is and will remain the property of their respective owners and is provided on "as is" basis without any warranties, express or implied. Use of third-party content does not indicate any affiliation, sponsorship with or endorsement by them. Any references to third-party content is to identify the corresponding services and shall be considered fair use under The CopyrightLaw.