Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP > API/Runtime/SignalProcessing/DSP/IViterbiObservations
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/Viterbi.h |
| Include | #include "DSP/Viterbi.h" |
float GetEmissionLogProbability
&40;
int32 InTimeStep,
int32 InState
&41; const
Remarks
Returns the log probability for a given state at a specific time step. The log prability of the emission at the specified timestep for the specified state.
Parameters
| Name | Description |
|---|---|
| InTimeStep | The timestep of interest in the range [0 , GetNumTimeSteps() - 1]. |
| InState | The state of interest in the range [0, GetNumStates() - 1]. |