Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP > API/Runtime/SignalProcessing/DSP/IViterbiTransitionProbability
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/Viterbi.h |
| Include | #include "DSP/Viterbi.h" |
float GetTransitionLogProbability
&40;
int32 InTimeStep,
int32 InPreviousState,
int32 InCurrentState
&41; const
Remarks
Return the log probability of going from one state to another state at a specific time step. The log probability of going from InPreviousState to InCurrentState at timestep InTimeStep.
Parameters
| Name | Description |
|---|---|
| InTimeStep | The current time step. |
| InPreviousState | The state at the previous time step. |
| InCurrentState | The state at the current time step. |