📄 sm_00.cc
字号:
// file: $isip/class/stat/StatisticalModel/sm_00.cc// version: $Id: sm_00.cc,v 1.8 2002/10/26 19:45:52 jelinek Exp $//// there is no source code in this file//// isip include files//#include "StatisticalModel.h"//-----------------------------------------------------------------------------//// we define non-integral constants in the default constructor////-----------------------------------------------------------------------------// constants: required constants such as the class name//const String StatisticalModel::CLASS_NAME(L"StatisticalModel");// constants: i/o related constants//const String StatisticalModel::DEF_PARAM(L"");const String StatisticalModel::PARAM_TYPE(L"name");// static instantiations: name maps, dummy objects, etc.//const NameMap StatisticalModel::TYPE_MAP(L"Undefined, GaussianModel, MixtureModel, UniformModel, SupportVectorModel");const StatisticalModelUndefined StatisticalModel::NO_STAT_MODEL;// static instantiations: memory manager, debug_level, scratch space, etc.//MemoryManager StatisticalModel::mgr_d(sizeof(StatisticalModel), StatisticalModel::CLASS_NAME);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -