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] initial_medoids are used by the algorithm as a reference #630

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

Comments

@annoviko
Copy link
Owner

Introduction
initial_medoids is an input parameter that is updated by the algorithm and as a result at the end initial_medoids are equal to final medoids. Technically it is the same object.

Description
K-Medians shouldn't change initial medoids and should create copy of it.

@annoviko annoviko added the Bug Tasks related to found bugs label Aug 27, 2020
@annoviko annoviko self-assigned this Aug 27, 2020
annoviko added a commit that referenced this issue Aug 27, 2020
…ure references are updated for K-Medoids (PAM).
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