⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 modelstat.cc

📁 Amis - A maximum entropy estimator 一个最大熵模型统计工具
💻 CC
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -