algorithms
algorithms copied to clipboard
Advice on suitability for HMM algorithms
trafficstars
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
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.
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.