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
"[SOLVED] metrics to evaluate based clusters centroids"
Hello friends of the community. A query.
I need to apply some metrics for evaluating the quality of the clusters obtained.
I see rapid miner has only the following metrics to evaluate based clusters centroids:
Index bauldin davies
SumOfSquares
I wanted to know if there are third-party plugin to add more metrics, metrics such as:
silhouette index
Dunn's index
Goodman-Kruskal Index
Isolation Index
Jaccard Index
Rand Index
How I can create an operator with any of these metrics?
regards
I need to apply some metrics for evaluating the quality of the clusters obtained.
I see rapid miner has only the following metrics to evaluate based clusters centroids:
Index bauldin davies
SumOfSquares
I wanted to know if there are third-party plugin to add more metrics, metrics such as:
silhouette index
Dunn's index
Goodman-Kruskal Index
Isolation Index
Jaccard Index
Rand Index
How I can create an operator with any of these metrics?
regards
Tagged:
0
Answers
You could try this
http://rapidminernotes.blogspot.co.uk/2011/06/counting-clusters-part-r.html
It uses R to calculate a silhouette validity measure
You could generalise this to use other validity measures provided by R
Andrew
I found this page with a plugin to implement (Average) operator and Cophenetic Silhouette Coefficient Correlation (CPCC) operator. I worked perfectly plugin
regards