iisfix.cc
来自「Amis - A maximum entropy estimator 一个最大」· CC 代码 · 共 19 行
CC
19 行
#include <amis/IISFix.h>#include <amis/IISLauncherItem.h>#include <amis/Property.h>namespace { using namespace amis; IISLauncherItem< IISFixVector< BinaryFeature >, IISFixHash< BinaryFeature > > iis_binary( "IIS", "AmisFix", "binary", "Improved Iterative Scaling for fixed targets (binary feature)" ); IISLauncherItem< IISFixVector< IntegerFeature >, IISFixHash< IntegerFeature > > iis_integer( "IIS", "AmisFix", "integer", "Improved Iterative Scaling for fixed targets (integer feature)" ); IISLauncherItem< IISFixVector< RealFeature >, IISFixHash< RealFeature > > iis_real( "IIS", "AmisFix", "real", "Improved Iterative Scaling for fixed targets (real feature)" );};// end of IISFix.cc
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?