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

[pyclustering.cluster.xmeans] MNDL incorrect formula #623

Closed
annoviko opened this issue Aug 18, 2020 · 0 comments
Closed

[pyclustering.cluster.xmeans] MNDL incorrect formula #623

annoviko opened this issue Aug 18, 2020 · 0 comments
Assignees
Labels
Bug Tasks related to found bugs

Comments

@annoviko
Copy link
Owner

annoviko commented Aug 18, 2020

Introduction
MNDL formula has a mistake in line with the paper Improving X-Means Clustering with MNDL - M.Shahbaba, S.Beheshti.

Incorrect part in the code:

scores = sigma_sqrt * (2 * K)**0.5 * ((2 * K)**0.5 + betta) / N + W - sigma_sqrt + Ks + 2 * alpha**0.5 * sigma_sqrt / N

Description
Scores should be calculated correctly.

@annoviko annoviko added the Bug Tasks related to found bugs label Aug 18, 2020
@annoviko annoviko self-assigned this Aug 18, 2020
annoviko added a commit that referenced this issue Aug 20, 2020
…. Introduced new parameters 'alpha' and 'beta' in order to control MNDL.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Tasks related to found bugs
Projects
None yet
Development

No branches or pull requests

1 participant