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] numpy optimization #410

Closed
annoviko opened this issue Feb 3, 2018 · 0 comments
Closed

[pyclustering.cluster.xmeans] numpy optimization #410

annoviko opened this issue Feb 3, 2018 · 0 comments
Assignees
Labels
Good First Issue Tasks that can be easily done by contributors Optimization Tasks related to code optimization

Comments

@annoviko
Copy link
Owner

annoviko commented Feb 3, 2018

Introduction
Python implementation should be optimized as well as K-Means optimization by the same way as it was done for K-Means algorithm.

Description
Optimize X-Means by using numpy to ensure maximum performance for python implementation despite CCORE.

See optimization that was done for K-Means: #403 .

@annoviko annoviko added Optimization Tasks related to code optimization Good First Issue Tasks that can be easily done by contributors labels Feb 3, 2018
@annoviko annoviko self-assigned this Feb 3, 2018
@annoviko annoviko added this to To Do in 0.8.0 Optimization via automation Feb 3, 2018
@annoviko annoviko moved this from To Do to In Progress in 0.8.0 Optimization Feb 5, 2018
@annoviko annoviko closed this as completed Feb 5, 2018
0.8.0 Optimization automation moved this from In Progress to Done Feb 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good First Issue Tasks that can be easily done by contributors Optimization Tasks related to code optimization
Projects
No open projects
Development

No branches or pull requests

1 participant