iistree.cc
来自「Amis - A maximum entropy estimator 一个最大」· CC 代码 · 共 22 行
CC
22 行
#include <amis/IISTree.h>#include <amis/IISLauncherItem.h>#include <amis/Property.h>namespace { using namespace amis; std::vector< Real > AlphaQueue< BinaryFeature >::index_vector; std::vector< Real > AlphaQueue< IntegerFeature >::index_vector; IISLauncherItem< IISTreeVector< BinaryFeature >, IISTreeHash< BinaryFeature > > iis_binary( "IIS", "AmisTree", "binary", "Improved Iterative Scaling for feature forest model (binary feature)" ); IISLauncherItem< IISTreeVector< IntegerFeature >, IISTreeHash< IntegerFeature > > iis_integer( "IIS", "AmisTree", "integer", "Improved Iterative Scaling for feature forest model (integer feature)" ); IISLauncherItem< IISTreeVector< RealFeature >, IISTreeHash< RealFeature > > iis_real( "IIS", "AmisTree", "real", "Improved Iterative Scaling for feature forest model (real feature)" );};// end of IIS.cc
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?