IViterbiObservations::GetEmissionLogProbability

Returns the log probability for a given state at a specific time step.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/Viterbi.h

Include

#include "DSP/Viterbi.h"

Syntax

float GetEmissionLogProbability
(
    int32 InTimeStep,
    int32 InState
) const

Remarks

Returns the log probability for a given state at a specific time step.

Returns

The log prability of the emission at the specified timestep for the specified state.

Parameters

Parameter

Description

InTimeStep

The timestep of interest in the range [0 , GetNumTimeSteps() - 1].

InState

The state of interest in the range [0, GetNumStates() - 1].

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss