How to access to membership probablity?
farzane
New Altair Community Member
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?
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?
Tagged:
0
Answers
-
Hi @farzane,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,Martin0