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

Advice on suitability for HMM algorithms #11

Open
matanox opened this issue Feb 17, 2019 · 2 comments
Open

Advice on suitability for HMM algorithms #11

matanox opened this issue Feb 17, 2019 · 2 comments

Comments

@matanox
Copy link

matanox commented Feb 17, 2019

Do you think it would be very doable to develop a visualization of the Viterbi algorithm under the provided API?

https://www.youtube.com/watch?v=0dVUfYF8ko0

@matanox matanox changed the title viterbi Advice on suitability for HMM algorithms Feb 17, 2019
@64json
Copy link
Member

64json commented Feb 19, 2019

Technically it seems possible. You can arrange nodes properly using GraphTracer's addNode(Object id, double weight, double x, double y, ...) method, even though it may require quite a work. You can view the documentation of visualization API for more details.

@64json
Copy link
Member

64json commented Feb 19, 2019

If you decide to work on it, feel free to ask more questions regarding the visualization on this thread. If not, you can close the issue.

@64json 64json transferred this issue from algorithm-visualizer/algorithm-visualizer Jun 16, 2019
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

2 participants