graphhopper / map-matching

The map matching functionality is now located in the main repository https://github.com/graphhopper/graphhopper#map-matching
https://www.graphhopper.com/open-source/
Apache License 2.0
785 stars 273 forks source link

How to get transition probabilities ? #167

Closed Nerdyvedi closed 4 years ago

Nerdyvedi commented 4 years ago

How can I get the transition probability matrix at each time step ? I want to find the transition probabilities between the segments chosen by viterbi algorithm.