The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
"distance measures between-clusters"
Hello friends of the community:
One question:
I need to calculate the distance between the clusters centroids to determine the distance from one cluster to another, is there this operator in rapid miner?
regards
One question:
I need to calculate the distance between the clusters centroids to determine the distance from one cluster to another, is there this operator in rapid miner?
regards
Tagged:
0
Contributor II
Answers
You can use Extract Cluster Prototypes to get the centroids as an ExampleSet and then use one of the operators from Similarity Computation in Modeling folder. If you need a value of the distance you can use for example the Data to Similarity operator.
Best
Marcin
I did find an example in the forum, the problem is that I can not interpret the results. I have four (4) documents to clustering with k-means and use k = 2 and get the following result:
In output (Cross Distances ExampleSet)
row - request - document - distances
1 1.0 1.0 0.012
2 2.0 1.0 0.012
3 3.0 1.0 0.012
4 4.0 1.0 0.012
5 2.0 2.0 0.016
6 3.0 2.0 0.016
7 4.0 2.0 0.016
8 1.0 2.0 0.016
How I can get the value of the centroids and the difference between them?
What are the request and because I have four values if I have only two clusters?
attached the xml process would need to get some distance indicator to know that clusters are closer
thank you very much
regards