Due to recent updates, all users are required to create an Altair One account to login to the RapidMiner community. Click the Register button to create your account using the same email that you have previously used to login to the RapidMiner community. This will ensure that any previously created content will be synced to your Altair One account. Once you login, you will be asked to provide a username that identifies you to other Community users. Email us at Community with questions.

Combine performance vectors for k-means clustering

zebrazebra Member Posts: 2 Contributor I
edited November 2019 in Help
Hi,

I want to combine two PerformanceVectors (centroid distances from "Performance (Cluster Distance Performance)" and the cluster count from Performance (Cluster Count Performance)) for determining the optimal k parameter for k-means clustering by using the "Optimize Parameters" operator. Unfortunately the "Performance (Combine Performance)" operator can only combine performances from a single PerformanceVector as input.

Is there another possibility to combine these two measures into a single one?

Answers

  • awchisholmawchisholm RapidMiner Certified Expert, Member Posts: 458 Unicorn
    Hello zebra

    One way is to use the Log operator to write the values to the log. You can then convert that to an example set and do what you like.

    There are some examples here...

    http://rapidminernotes.blogspot.co.uk/search/label/ClusterValidity

    Have fun

    regards

    Andrew
  • zebrazebra Member Posts: 2 Contributor I
    Thanks for your answer. It's a pity that there is no easier solution using both performance vectors.
Sign In or Register to comment.