Fast map matching
0.1.0
|
A candidate matched to a point. More...
#include <mm_type.hpp>
Public Attributes | |
Candidate | c |
Candidate matched to a point. | |
double | ep |
emission probability | |
double | tp |
transition probability to previous matched candidate | |
double | sp_dist |
shortest path distance to previous matched candidate | |
A candidate matched to a point.
Definition at line 53 of file mm_type.hpp.