Borrar filtros
Borrar filtros

dbscan; maximum cluster size / maximum cluster width?

23 visualizaciones (últimos 30 días)
Frederic Hardy
Frederic Hardy el 10 de Nov. de 2022
Respondida: Shreni Malyala el 17 de Nov. de 2022
Hi all,
I am currently working on clustering with dbscan using the statistics and machine learning toolbox.
My question is:
Is there any possibility to set
-either a max. cluster size (maximum number of points) or
-maximum cluster width (max. distance between outer points of the cluster)?
I couldn't find both of those in the matlab documentation..
Thank you for the help!

Respuestas (1)

Shreni Malyala
Shreni Malyala el 17 de Nov. de 2022
DBSCAN algorithm usually requires two parameters which are 'epsilon' (neighborhood search radius) and 'minpts' (minimum number of neighbors within epsilon radius), but the maximum number of points in a cluster and the maximum cluster width are not possible to set.

Categorías

Más información sobre Statistics and Machine Learning Toolbox en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by