modelstat.cc

来自「Amis - A maximum entropy estimator 一个最大」· CC 代码 · 共 26 行

CC
26
字号
#include <amis/ModelStatLauncher.h>#include <amis/ModelBase.h>#include <amis/EventSpaceInst.h>#include <amis/Property.h>AMIS_NAMESPACE_BEGINInitializer< Launcher< ModelStatPtr, Property*, StringPair >* >* ModelStatLauncher::queue = NULL;AMIS_NAMESPACE_ENDnamespace {  using namespace amis;  ModelStatLauncherItem< ModelStat< ModelBase, EventSpaceInst< BinaryFeature > > >  model_stat_binary( "Amis", "binary", "Statistics of standard model (binary feature)" );  ModelStatLauncherItem< ModelStat< ModelBase, EventSpaceInst< BinaryFeature > > >  model_stat_integer( "Amis", "integer", "Statistics of standard model (integer feature)" );  ModelStatLauncherItem< ModelStat< ModelBase, EventSpaceInst< BinaryFeature > > >  model_stat_real( "Amis", "real", "Statistics of standard model (real feature)" );};// end of ModelStat.cc

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?