Open switchkiller opened 8 years ago
@maxlorenz
Viterbi algorithm can resolve the real life issues of the map matching problem (will choose the most probable previous state as the predecessor of each state in a sequence)
Viterbi algorithm
Key is to use Hidden-Markov-Models which are based on Markov Chains.
More readings can be found here
Thanks for the input :smile: we'll have a look into that!
@maxlorenz
Viterbi algorithm
can resolve the real life issues of the map matching problem (will choose the most probable previous state as the predecessor of each state in a sequence)More readings can be found here