We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
display=False
Using both display=False and display=True results in same thing.
display=True
It's just ugly that kmeans_visualizer.show_clusters display image two times.
kmeans_visualizer.show_clusters
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.
figure
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Using both
display=False
anddisplay=True
results in same thing.It's just ugly that
kmeans_visualizer.show_clusters
display image two times.I would prefer user to be able to use
Not the
figure
.The text was updated successfully, but these errors were encountered: