Fast map matching  0.1.0
Public Attributes | List of all members
FMM::MM::TGNode Struct Reference

A node in the transition graph. More...

#include <transition_graph.hpp>

Public Attributes

const Candidatec
 Candidate.
 
TGNodeprev
 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
 

Detailed Description

A node in the transition graph.

Definition at line 29 of file transition_graph.hpp.


The documentation for this struct was generated from the following file: