install

来自「MultiBoost 是c++实现的多类adaboost酸法。与传统的adabo」· 代码 · 共 26 行

TXT
26
字号

Hello! Just run this simple two commands to compile:

% tmake multiboost.pro -o Makefile
% make

If you don't have tmake you can download it here:
http://www.trolltech.com/download/freebies.html

If you are running linux and g++ you can use the Makefile in
linux_g++_makefile/
that is:

% cp linux_g++_makefile/Makefile .
% make

To run the program, just type:

% multiboost

To get some help, type:

% multiboost -help

I hope you enjoy it! :)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?