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
Cluster Model Visualizer
User134999
Member Posts: 1 Learner III
in Help
Hello!
I would like to know how to interpret the results from Cluster Model Visualizer. If we consider the Tutorial Process from operator description, we obtain for Cluster_0 "a1 is on average 65.48% larger".
I would like to know how to interpret the results from Cluster Model Visualizer. If we consider the Tutorial Process from operator description, we obtain for Cluster_0 "a1 is on average 65.48% larger".
The averege of a1 for all rows is 5.843333333; the average of a1 for Cluster_0 is 6.854.
Then what this percent (65.48%) means? How it is computied?
0
Best Answer
-
jmergler Employee-RapidMiner, RapidMiner Certified Analyst, Member, University Professor Posts: 41 GuruHi User134999,
The calculation takes the value of the cluster's centroid at that attribute, the range of the attribute and the mean of the attribute across all clusters. It normalizes both the value of the centroid and the overall average, over the full attribute range. Then it computes the difference between the two divided by the overall normalized average. The interpretation is the scaled or percent difference between the cluster centroid and the overall mean for that attribute. The centroid is a part of the cluster model that was previously computed.
There are some differences for rounding, but in this example it is roughly (((6.9 - 4.3)/3.6)-((5.8-4.3)/3.6))/((5.8-4.3)/3.6)
Jeff0