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
Problems with Auto Model Cluster Analysis
"I am using Auto Model to do a k-means cluster analysis. Works fine for 2
clusters. With 3 or more clusters or or more cluster has an average
distance of ? and a Davies-Bouldin index of infinity. This appeared
before and I thought Version 9.6 had fixed it but apparently not. It
also appears in the beta of 9.7. Is there a way around this? Thanks."
Tagged:
1
Answers
Can you share your data in order we can reproduce and understand what's going on ?
Regards,
Lionel
Thank you for sharing your data.
I can reproduce what you observe :
But there is something strange in Auto-Model itself because
if I'm using your data (only the first four variables) with a k-Means model (with k = 3, 4,etc) in a classic RapidMiner process,
the results are correct (ie I obtain finite values for DB index and average distances) :
Has someone an idea of what's going on in Auto-Model (clustering) ?
In attached file, the classic (working) process in RapidMiner.
Regards,
Lionel
The "real" distances are, of course, positive.
It seems to me that RapidMiner multiply the distances by minus one (-1) in order to work with negative values because
RapidMiner's algorithms are searching to MAXIMIZE these values. (explanation to be confirmed by the RM staff, @sgenzer ?)
Regards,
Lionel