clustering in weka

Shubham_MengartiShubham_Mengarti Member Posts: 1 Newbie
edited April 2020 in Help

can you tell me how to perform epsilon,minPoint in weka ??

Tagged:

Answers

  • varunm1varunm1 Moderator, Member Posts: 1,207 Unicorn
    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
    Regards,
    Varun
    https://www.varunmandalapu.com/

    Be Safe. Follow precautions and Maintain Social Distancing

  • yyhuangyyhuang Administrator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 364 RM Data Scientist
    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


Sign In or Register to comment.