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.kmedoids] numpy optimization for python implementation #526

Closed
annoviko opened this issue Jul 3, 2019 · 1 comment
Assignees
Labels
Optimization Tasks related to code optimization

Comments

@annoviko
Copy link
Owner

annoviko commented Jul 3, 2019

Introduction
python implementation of K-Medoids should use numpy to increase performance.

Description
K-Means can be used as an example.

@annoviko annoviko added the Optimization Tasks related to code optimization label Jul 3, 2019
@annoviko annoviko self-assigned this Jul 3, 2019
@annoviko
Copy link
Owner Author

The python implementation is optimized using numpy in scope of the issue: #503 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Optimization Tasks related to code optimization
Projects
None yet
Development

No branches or pull requests

1 participant