Looking for optimal k in K-Medoids using the Cluster Distance Performance operator

tonyboy9
New Altair Community Member
which is supposed to produce the Davies-Bouldin index for k in K-Medoids.

Result Centroid table

Result Annotations

AutoModel Results k-means-summary. K-medoids is not a model choice.

What am I missing here looking for the Davies-Bouldin method?
https://docs.rapidminer.com/9.1/studio/operators/validation/performance/segmentation/cluster_distance_performance.html
Used the Tutorial to try to duplicate the process. My results in sequence are:
1 Process looking for k produced by the Davies-Bouldin method.
Result Folder view

Result Centroid table

Result Annotations

AutoModel Results k-means-summary. K-medoids is not a model choice.

What am I missing here looking for the Davies-Bouldin method?
Tagged:
0
Best Answers
-
Many thanks to ceaperez for suggesting I try the Cluster Distance Performance Operator.
I used the steps in the tutorial.
This was my first clue Davies-Boudin could be found.
I used the tutorial to set up the process in RapidMiner Studio.
After I ran the above process, on Cluster Model I clicked on PerformanceVector.
On this result, Davies-Bouldin is the choice in the left bar.
And here you have it, Davies-Bouldin. It's only a start, now that I understand how to play with the k parameter inside the operator.
0
Answers
-
Hi @tonyboy9,The K-means is a very useful and common used technique.Both K-Means and K-medoids are partitional methods but the K-means is centered into minimize the total square error and the K-medoids is centered into minimizes the sum of dissimilarities between points.Best0
-
Hi @tonyboy9,
Maybe this thread could help you understand and find that optimal number.
https://community.rapidminer.com/discussion/comment/61654#Comment_61654
0 -
Many thanks to ceaperez for suggesting I try the Cluster Distance Performance Operator.
I used the steps in the tutorial.
This was my first clue Davies-Boudin could be found.
I used the tutorial to set up the process in RapidMiner Studio.
After I ran the above process, on Cluster Model I clicked on PerformanceVector.
On this result, Davies-Bouldin is the choice in the left bar.
And here you have it, Davies-Bouldin. It's only a start, now that I understand how to play with the k parameter inside the operator.
0