H:/Class/11756/HLab/HLabLib/HLabConst.h File Reference

Go to the source code of this file.

Defines

#define MAX_PHONE   50
#define MAX_LINE   1000
#define SQ(X)   ((X) * (X))
#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))

Variables

const float HLab_INFINITY = 1e10
const int MAX_NUM_STATES = 5
const int MAX_FEAT_DIM = 100
const int DEFAULT_FEAT_LEN = 13
const int MAX_LINE_LEN = 500

Detailed Description

Author:
Chanwoo Kim (chanwook@cs.cmu.edu)
Version:
1.0

LICENSE

DESCRIPTION

The CHLabCompMVConfig class contains configuration related to HLabCompMV


Define Documentation

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

Variable Documentation

const int DEFAULT_FEAT_LEN = 13
const float HLab_INFINITY = 1e10
const int MAX_FEAT_DIM = 100
const int MAX_LINE_LEN = 500
const int MAX_NUM_STATES = 5
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines
Generated on Sat May 8 14:21:39 2010 for HLab by  doxygen 1.6.3