필터 지우기
필터 지우기

dbscan; maximum cluster size / maximum cluster width?

조회 수: 23 (최근 30일)
Frederic Hardy
Frederic Hardy 2022년 11월 10일
답변: Shreni Malyala 2022년 11월 17일
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!

답변 (1개)

Shreni Malyala
Shreni Malyala 2022년 11월 17일
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.

카테고리

Help CenterFile Exchange에서 Statistics and Machine Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by