IViterbiTransitionProbability::GetTransitionLogProbability

Return the log probability of going from one state to another 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 GetTransitionLogProbability
(
    int32 InTimeStep,
    int32 InPreviousState,
    int32 InCurrentState
) const

Remarks

Return the log probability of going from one state to another state at a specific time step.

Returns

The log probability of going from InPreviousState to InCurrentState at timestep InTimeStep.

Parameters

Parameter

Description

InTimeStep

The current time step.

InPreviousState

The state at the previous time step.

InCurrentState

The state at the current time step.

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