H:/Class/11756/HLab/HLabLib/HLabViterbi.cpp File Reference

#include <math.h>
#include "HLabViterbi.h"
#include "HLabHMM.h"
#include "HLabFeat.h"
#include "HLabConst.h"
#include "libutil.h"

Defines

#define MAX2(X, Y)   (((X) > (Y))? (X) : (Y))
#define MAX3(X, Y, Z)   MAX2(MAX2(X, Y), Z)
#define MIN2(X, Y)   (((X) < (Y))? (X) : (Y))
#define MIN3(X, Y, Z)   (MIN2(MIN2(X, Y), Z))
#define SQ(X)   ((X) * (X))

Detailed Description

Author:
Chanwoo Kim
Version:
1.0

LICENSE

DESCRIPTION

Version:
March, 29, 2010 Modify the code to handle the non-emitting state

Define Documentation

#define MAX2 ( X,
 )     (((X) > (Y))? (X) : (Y))
#define MAX3 ( X,
Y,
 )     MAX2(MAX2(X, Y), Z)
#define MIN2 ( X,
 )     (((X) < (Y))? (X) : (Y))
#define MIN3 ( X,
Y,
 )     (MIN2(MIN2(X, Y), Z))
#define SQ (  )     ((X) * (X))
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Generated on Sat May 8 14:21:40 2010 for HLab by  doxygen 1.6.3