IViterbiInitialProbability::GetInitialLogProbability

Returns the log probability of an initial state.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/Viterbi.h"

Syntax

float GetInitialLogProbability
(
    int32 InState
) const

Remarks

Returns the log probability of an initial state.

Returns

The initial log probability of the state.

Parameters

Parameter

Description

InState

The state of interest.

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