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

📄 amiseventformat.cc

📁 Amis - A maximum entropy estimator 一个最大熵模型统计工具
💻 CC
字号:
#include <amis/AmisEventFormat.h>#include <amis/EventFormatLauncher.h>#include <amis/Property.h>AMIS_NAMESPACE_BEGINInitializer< Launcher< EventFormatPtr, Property*, StringPair >* >* EventFormatLauncher::queue = NULL;AMIS_NAMESPACE_ENDnamespace {  using namespace amis;  EventFormatLauncherItem< AmisEventFormat< BinaryFeature > > amis_event_format_binary( "Amis", "binary", "Amis-style standart event format (binary feature)" );  EventFormatLauncherItem< AmisEventFormat< IntegerFeature > > amis_event_format_integer( "Amis", "integer", "Amis-style standart event format (integer feature)" );  EventFormatLauncherItem< AmisEventFormat< RealFeature > > amis_event_format_real( "Amis", "real", "Amis-style standart event format (real feature)" );};// end of AmisEventFormat.cc

⌨️ 快捷键说明

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