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.xmeans.get_centers()] issue #388

Closed
himanshu94 opened this issue Nov 9, 2017 · 4 comments
Closed

[pyclustering.cluster.xmeans.xmeans.get_centers()] issue #388

himanshu94 opened this issue Nov 9, 2017 · 4 comments
Assignees
Labels
Bug Tasks related to found bugs

Comments

@himanshu94
Copy link

The number of allocated centers given by xmeans.get_centers() is not consistent with the number of clusters given by the xmeans.get_clusters(). In my case xmeans.get_cluster() is giving 15 list which means 15 clusters are present while the xmeans.get_centers() is giving 26 centers which should be same and my kmax is set to 20 and the number of centers I am getting by xmeans.get_centers is 26.

@annoviko
Copy link
Owner

annoviko commented Nov 9, 2017

Hello, @himanshu94,

Thank you for the created issue! Could you please share data that you have used and code it will help to investigate the issue and found out what is wrong?

@annoviko annoviko self-assigned this Nov 9, 2017
@annoviko annoviko added the Bug Tasks related to found bugs label Nov 9, 2017
@annoviko annoviko added this to the 0.7 (release point) milestone Nov 9, 2017
@annoviko
Copy link
Owner

annoviko commented Nov 9, 2017

@himanshu94 , I have found out the root cause of the bug, soon I will provide the correction.

@annoviko
Copy link
Owner

annoviko commented Nov 9, 2017

@himanshu94 ,

Bug has been corrected, correction is available on branch 0.7.dev that can be obtained by the following command:

git clone https://github.com/annoviko/pyclustering.git . -b 0.7.dev

The correction will be available in the next release.

@himanshu94
Copy link
Author

Thanks @annoviko. Sorry for the late reply

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
No open projects
Development

No branches or pull requests

2 participants