Go to the documentation of this file.
58 #ifndef __CONFIDENCE_H__
59 #define __CONFIDENCE_H__
71 #define CONFIDENCE_MAX_INT 2147483640
72 #define CONFIDENCE_MIN_INT -2147483640
73 #define CONFIDENCE_FAILURE 0
74 #define CONFIDENCE_SUCCESS 1
75 #define MAGIC_CONFIDENCE_CONSTANT 39.5
76 #define MIN_LOG -690810000
151 int ca_dag_load_lattice(
char *filename,
161 int alpha_beta(
ca_dag *word_lattice,
178 int ca_dag_free_lattice(
ca_dag *word_lattice);