📄 iistree.cc
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -