specify the number of clusters in dbscan
7 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
how to specify the number of clusters in dbscan please ????
0 commentaires
Réponses (2)
VM Sreeram
le 27 Juin 2023
It is not possible to specify the number of clusters as a parameter in dbscan. The number of clusters is automatically determined by the algorithm based on the density of data points in the feature space.
0 commentaires
Image Analyst
le 27 Juin 2023
Like @VM Sreeram said, you can't do that directlywith dbscan, though you could iterate varying the parameter until only two clusters are found.
0 commentaires
Voir également
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!