clustering in weka

Shubham_MengartiShubham_Mengarti MemberPosts:1Newbie
edited April 2020 inHelp

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

Tagged:

Answers

  • varunm1varunm1 Moderator, MemberPosts:1,207Unicorn
    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, MemberPosts:363RM 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


    varunm1 sgenzer dbabrauskaite
Sign InorRegisterto comment.