PandA-2024.02
Functions
generate.c File Reference
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <assert.h>
#include <math.h>
#include "viterbi.h"
Include dependency graph for generate.c:

Go to the source code of this file.

Functions

void dump_transition (prob_t transition[N_STATES *N_STATES], int log)
 
void dump_emission (prob_t emission[N_STATES *N_TOKENS], int log)
 
void dump_init (prob_t init[N_STATES], int log)
 
void dump_path (state_t path[N_OBS])
 
void dump_obs (tok_t obs[N_OBS])
 
int main (int argc, char **argv)
 

Function Documentation

◆ dump_emission()

void dump_emission ( prob_t  emission[N_STATES *N_TOKENS],
int  log 
)

Definition at line 36 of file generate.c.

References N_STATES, N_TOKENS, and prng_rand_t::s.

Referenced by main().

Here is the caller graph for this function:

◆ dump_init()

void dump_init ( prob_t  init[N_STATES],
int  log 
)

Definition at line 55 of file generate.c.

References init(), N_STATES, and prng_rand_t::s.

Referenced by main().

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

◆ dump_obs()

void dump_obs ( tok_t  obs[N_OBS])

Definition at line 77 of file generate.c.

References N_OBS.

Referenced by main().

Here is the caller graph for this function:

◆ dump_path()

void dump_path ( state_t  path[N_OBS])

Definition at line 68 of file generate.c.

References N_OBS.

Referenced by main().

Here is the caller graph for this function:

◆ dump_transition()

void dump_transition ( prob_t  transition[N_STATES *N_STATES],
int  log 
)

Definition at line 18 of file generate.c.

References N_STATES.

Referenced by main().

Here is the caller graph for this function:

◆ main()

int main ( int  argc,
char **  argv 
)

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