algorithms icon indicating copy to clipboard operation
algorithms copied to clipboard

Advice on suitability for HMM algorithms

Open matanox opened this issue 6 years ago • 2 comments
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

matanox avatar Feb 17 '19 16:02 matanox

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 avatar Feb 19 '19 04:02 64json

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 avatar Feb 19 '19 04:02 64json