amiseventformat.cc
来自「Amis - A maximum entropy estimator 一个最大」· CC 代码 · 共 22 行
CC
22 行
#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 + =
减小字号Ctrl + -
显示快捷键?