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