This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/prism/src/c/up/graph_aux.h
2011-11-10 12:24:47 +00:00

16 lines
290 B
C

#ifndef GRAPH_AUX_H
#define GRAPH_AUX_H
/*
* mode for print_egraph
* (positive for EM learning; negative for other inferences)
*/
#define PRINT_NEUTRAL 0
#define PRINT_EM 1
#define PRINT_VBEM 2
#define PRINT_VITERBI -1
void print_egraph(int, int);
#endif /* GRAPH_AUX_H */