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
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?
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?
Tagged:
0
Answers
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