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
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