PandA-2024.02
Functions
viterbi.c File Reference
#include "viterbi.h"
Include dependency graph for viterbi.c:

Go to the source code of this file.

Functions

int viterbi (tok_t obs[N_OBS], prob_t init[N_STATES], prob_t transition[N_STATES *N_STATES], prob_t emission[N_STATES *N_TOKENS], state_t path[N_OBS])
 

Function Documentation

◆ viterbi()

int viterbi ( tok_t  obs[N_OBS],
prob_t  init[N_STATES],
prob_t  transition[N_STATES *N_STATES],
prob_t  emission[N_STATES *N_TOKENS],
state_t  path[N_OBS] 
)

Definition at line 3 of file viterbi.c.

References init(), N_OBS, and N_STATES.

Referenced by run_benchmark().

Here is the call graph for this function:
Here is the caller graph for this function:

Generated on Mon Feb 12 2024 13:03:11 for PandA-2024.02 by doxygen 1.8.13