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
"k-means validation"
Hello friends of the community. a query
I have made a cluster with k-means and would like to apply internal quality metrics, such as Sum of Squared Error (SSE) or Silhouette.Need to measure cohesion and separation of clusters.
Do these metrics in rapid miner?
I have made a cluster with k-means and would like to apply internal quality metrics, such as Sum of Squared Error (SSE) or Silhouette.Need to measure cohesion and separation of clusters.
Do these metrics in rapid miner?
Tagged:
0
Answers
You could use R - I have an example here.
http://rapidminernotes.blogspot.com/2011/06/counting-clusters-part-r.html
regards
Andrew
I want to perform validation of some clusters with k-means performed with the metric "Silhouette" for this I downloaded the. Jar of this page:
Then copy the. Jar to the folder lib / plugins
then connect the output of the operator "k-means clustering," the operator "Silhouette" but it seems to me are missing something, because I get the following error
"Process failed: No data was delivered at port Performance.similarity (disconnected)."
accompanying the process xml regards