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
Davis bouldin index
Shaimaa
Member Posts: 2 Learner I
Hi, I am using davis bouldin index and got minus 2. When I changed in attributes I got - 4
Which one is better? - 2 or - 4?
Which one is better? - 2 or - 4?
0
Comments
Great question! The D-B index was multiplied by -1 internally for maximizing it. It is a kind-of bug. You could ignore the negative sign from the performance output. So the clustering model with DB index -2 is better.
"clustering algorithm that produces a collection of clusters with the smallest Davies–Bouldin index is considered the best algorithm" -Wikipedia
The Davies-Bouldin Index evaluates intra-cluster similarity and inter-cluster differences. If you consider these to be good criteria, go for the Davies-Bouldin.
My attached process is an optimization to pick the best K for K-means model, which returns k=3 has the lowest D-B index. You can also try X-means to get an optimized clustering.
YY
Thanks for the reply
But I saw other comments here for other post asking same question and got different reply. We should take the minimum and if maximized (remove multiplication by - 1) we should take the greate number. This what makes me confused
Lindon Ventures
Data Science Consulting from Certified RapidMiner Experts
Ingo