Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Davis Bouldin Index Formula #180

Open
santiviquez opened this issue Jan 22, 2025 · 0 comments · May be fixed by #182
Open

Fix Davis Bouldin Index Formula #180

santiviquez opened this issue Jan 22, 2025 · 0 comments · May be fixed by #182
Labels
good first issue Good for newcomers

Comments

@santiviquez
Copy link
Collaborator

Currently the metric looks like this

Image

Currently, the colors are in $i$ and $j$, but I think it would make more sense if we color and add arrows to:

  • $k$ : total number of clusters.

  • $R_{ij}$: similarity between clusters $i$ and $j$

  • $s_i$: within-cluster scatter

  • $d_{ij}$: distance between the centroids

@santiviquez santiviquez added the good first issue Good for newcomers label Jan 22, 2025
@ParagEkbote ParagEkbote linked a pull request Jan 24, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant