// file: hdphmm_00.cc // version: $Id: hdphmm_00.cc 2013-1-25 Amir Harati $ // // there is no source code in this file // // there is no source code in this file // //----------------------------------------------------------------------------- // // we define non-integral constants in the default constructor // //----------------------------------------------------------------------------- // constants: required constants such as the class name // template const String HDPHMM::CLASS_NAME(L"HDPHMM"); // constants: i/o related constants // template const String HDPHMM::DEF_PARAM(L""); template const String HDPHMM::PARAM_MODEL(L"HDPHMM"); template const String HDPHMM::PARAM_FILE(L"HDPHMM_PARAMS"); // static instantiations: memory manager and a permanent scratch space // template MemoryManager HDPHMM::mgr_d(sizeof(HDPHMM), HDPHMM::CLASS_NAME); // debug level and verbosity // template Integral::DEBUG HDPHMM::debug_level_d = Integral::NONE; template Integral::DEBUG HDPHMM::verbosity_d = Integral::NONE;