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

kmeans_visualizer.show_clusters ignore display=False #683

Open
yasirroni opened this issue Dec 31, 2021 · 0 comments
Open

kmeans_visualizer.show_clusters ignore display=False #683

yasirroni opened this issue Dec 31, 2021 · 0 comments

Comments

@yasirroni
Copy link

Using both display=False and display=True results in same thing.

image

It's just ugly that kmeans_visualizer.show_clusters display image two times.

I would prefer user to be able to use

visualizer.append_clusters(clusters, input_data);
# visualizer.__draw_centers(visualizer, offset, visualizer, centers, initial_centers)
# visualizer.__draw_rays(visualizer, offset, visualizer, sample, clusters, centers)
visualizer.show();

Not the figure.

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

No branches or pull requests

1 participant