![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <Viterbi.h>
Public Member Functions | |
| virtual | ~IViterbiTransitionProbability () |
| virtual float | GetTransitionLogProbability (int32 InTimeStep, int32 InPreviousState, int32 InCurrentState) const =0 |
Interface class for viterbi transition log probabilities.
|
inlinevirtual |
|
pure virtual |
Return the log probability of going from one state to another state at a specific time step.
| InTimeStep | - The current time step. |
| InPreviousState | - The state at the previous time step. |
| InCurrentState | - The state at the current time step. |