SHOGUN  4.2.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Macros | Enumerations
HMM.cpp File Reference

Go to the source code of this file.

Macros

#define VAL_MACRO   log((default_value == 0) ? (CMath::random(MIN_RAND, MAX_RAND)) : default_value)
 
#define ARRAY_SIZE   65336
 
#define FLOATWRITE(file, value)   { float32_t rrr=float32_t(value); fwrite(&rrr, sizeof(float32_t), 1, file); num_floats++;}
 

Enumerations

enum  E_STATE {
  INITIAL, ARRAYs, GET_N, GET_M,
  GET_a, GET_b, GET_p, GET_q,
  GET_learn_a, GET_learn_b, GET_learn_p, GET_learn_q,
  GET_const_a, GET_const_b, GET_const_p, GET_const_q,
  COMMENT, END
}
 

Macro Definition Documentation

#define ARRAY_SIZE   65336

Definition at line 26 of file HMM.cpp.

#define FLOATWRITE (   file,
  value 
)    { float32_t rrr=float32_t(value); fwrite(&rrr, sizeof(float32_t), 1, file); num_floats++;}

Definition at line 4147 of file HMM.cpp.

#define VAL_MACRO   log((default_value == 0) ? (CMath::random(MIN_RAND, MAX_RAND)) : default_value)

Definition at line 25 of file HMM.cpp.

Enumeration Type Documentation

enum E_STATE
Enumerator
INITIAL 
ARRAYs 
GET_N 
GET_M 
GET_a 
GET_b 
GET_p 
GET_q 
GET_learn_a 
GET_learn_b 
GET_learn_p 
GET_learn_q 
GET_const_a 
GET_const_b 
GET_const_p 
GET_const_q 
COMMENT 
END 

Definition at line 51 of file HMM.cpp.


SHOGUN Machine Learning Toolbox - Documentation