clustering in weka
Shubham_Mengarti
New Altair Community Member
Answers
-
Hi @Subham_Mengarti
Are you asking about setting these values? These are related to DBSCAN clustering algorithm where you need to set the values of epsilon (size of neighbors) and in points (minimum number of points for clustering). Can you be a bit more detailed about what you are looking for?
Thanks
0 -
Are you using W-DBSCAN for segmentation from weka extension? The E is the parameter for epsilon, the default value is set to 0.9, and M is minPoints.
The DBSCAN operator offers similar configurations for epsilon and minPoints
3