Fast map matching
0.1.0
|
A node in the transition graph. More...
#include <transition_graph.hpp>
Public Attributes | |
const Candidate * | c |
Candidate. | |
TGNode * | prev |
previous optimal candidate | |
double | ep |
emission probability | |
double | tp |
transition probability from previous optimal candidate | |
double | cumu_prob |
current node's accumulative probability | |
double | sp_dist |
shorest path distance from previous optimal candidate to current node | |
A node in the transition graph.
Definition at line 29 of file transition_graph.hpp.