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.silhouette_ksearch] Hanging in case of K-Medians #498

Closed
annoviko opened this issue Mar 23, 2019 · 0 comments
Closed
Assignees
Labels
Bug Tasks related to found bugs

Comments

@annoviko
Copy link
Owner

Introduction
Silhouette KSearch with strategy 'K-Medians' hangs on some samples, for example, Simple03. See test:

    def test_correct_ksearch_simple03_kmedians(self):
        self.template_correct_ksearch(SIMPLE_SAMPLES.SAMPLE_SIMPLE3, SIMPLE_ANSWERS.ANSWER_SIMPLE3, 2, 10,
                                      silhouette_ksearch_type.KMEDIANS)
@annoviko annoviko added the Bug Tasks related to found bugs label Mar 23, 2019
@annoviko annoviko self-assigned this Mar 23, 2019
annoviko added a commit that referenced this issue Mar 24, 2019
annoviko added a commit that referenced this issue Mar 24, 2019
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