How to access to membership probablity?

farzanefarzane MemberPosts:6Learner I
edited June 2020 inHelp
Hi
I'm using Rapidminer 7.1.1. I have some reviews and want to do clustering using k-means, I need to have access to membership probability of each review. Is there any parameter in k-means clustering operator? Is this possible at all?

Answers

  • sara20sara20 MemberPosts:110Unicorn
    @farzane,

    Hello

    Unfortunately you use very old version of RM, so it is very difficult to answer you according to version 7.1.1.

    问候
    Sara
  • MartinLiebigMartinLiebig Administrator, Moderator, Employee, RapidMiner Certified Analyst, RapidMiner Certified Expert, University ProfessorPosts:3,389RM Data Scientist
    i think one way of doing it would be to take the centroids of kmeans (Extract Cluster Prototypes) and then do crossdistance to your table. This gives you the distances of each point to each cluster. From there you need to think about normalization of this.

    Best,
    Martin
    - Head of Data Science Services at RapidMiner -
    Dortmund, Germany
  • farzanefarzane MemberPosts:6Learner I
    @sara20
    In other new versions, Can I easily get membership probabilities?
  • farzanefarzane MemberPosts:6Learner I
    @mschmitz
    Hi, thank you for your answer.
    模糊c怎么样?can this method give me membership probabilities?

    Bests
Sign InorRegisterto comment.