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

Algorithm run visualization #15

Open
bdelespierre opened this issue May 20, 2021 · 2 comments
Open

Algorithm run visualization #15

bdelespierre opened this issue May 20, 2021 · 2 comments

Comments

@bdelespierre
Copy link
Owner

It would be great to be able to visualize graphically each step of the algorithm to watch it run (and potentially find bottlenecks)

@DonaldTrump88
Copy link

That will be helpful for testing. Easiest idea will be export the data as CSV for each iteration and use a charting libaray.
https://dev.to/thormeier/algorithm-explained-k-means-clustering-with-php-4nog

@bdelespierre
Copy link
Owner Author

Well, the lib provides a way to tap into the solve iterations: https://github.com/bdelespierre/php-kmeans#watch-the-algorithm-run
That would be a good place to start 😄

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

No branches or pull requests

2 participants