📄 amistreeformat.cc
字号:
#include <amis/AmisTreeFormat.h>#include <amis/AmisModelFormat.h>#include <amis/AmisModelFormatItem.h>#include <amis/EventFormatLauncher.h>#include <amis/Property.h>namespace { using namespace amis; AmisModelFormatItem< AmisModelFormat< LAMBDA >, AmisModelFormat< ALPHA > > amis_model_tree_format( "AmisTree", "Amis-style model format" ); EventFormatLauncherItem< AmisTreeFormat< BinaryFeature > > amis_event_tree_format_binary( "AmisTree", "binary", "Amis-style event format for feature forest model (binary feature)" ); EventFormatLauncherItem< AmisTreeFormat< IntegerFeature > > amis_event_tree_format_integer( "AmisTree", "integer", "Amis-style event format for feature forest model (integer feature)" ); EventFormatLauncherItem< AmisTreeFormat< RealFeature > > amis_event_tree_format_real( "AmisTree", "real", "Amis-style event format for feature forest model (real feature)" );};// end of AmisTreeFormat.cc
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -