📄 bfgsmaptree.cc
字号:
#include <amis/BFGSMAPTree.h>#include <amis/BFGSMAPLauncherItem.h>namespace { using namespace amis; BFGSMAPLauncherItem< BFGSMAPTree< BinaryFeature > > bfgs_binary( "BFGSMAP", "AmisTree", "binary", "Limited-memory BFGS method with MAP estimation for feature forests (binary feature)" ); BFGSMAPLauncherItem< BFGSMAPTree< IntegerFeature > > bfgs_integer( "BFGSMAP", "AmisTree", "integer", "Limited-memory BFGS method with MAP estimation for feature forests (integer feature)" ); BFGSMAPLauncherItem< BFGSMAPTree< RealFeature > > bfgs_real( "BFGSMAP", "AmisTree", "real", "Limited-memory BFGS method with MAP estimation for feature forests (real feature)" );};// end of BFGSMAP.cc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -