Package com.graphhopper.matching
Class SequenceState<S,O,D>
java.lang.Object
com.graphhopper.matching.SequenceState<S,O,D>
- Type Parameters:
S- the state typeO- the observation typeD- the transition descriptor type
State of the most likely sequence with additional information.
-
Field Details
-
state
-
observation
Null if HMM was started with initial state probabilities and state is the initial state. -
transitionDescriptor
Null if transition descriptor was not provided.
-
-
Constructor Details
-
SequenceState
-
-
Method Details