⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 install

📁 MultiBoost 是c++实现的多类adaboost酸法。与传统的adaboost算法主要解决二类分类问题不同
💻
字号:

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