ADABOOST我要分享

ADABOOST

关注次数: 98

下载次数: 0

文件大小: 6.19 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:Directory contains the following files. 1. ADABOOST_te.m 2. ADABOOST_tr.m 3. demo.m 4. likelihood2class.m 5. threshold_te.m 6. threshold_tr.m The aim of the project is to provide a source of the meta-learning algorithm known as AdaBoost to improve the performance of the user-defined classifiers. To make use of adaboost, first two functions must be run with the appropriate parameters. The explanation of each source file is available with "help" command. To see how they work, run demo.m as >> demo First three lines in demo.m specifies the training and testing set size and the number of weak (threshold) classifiers. For bug reporting and for comments do not hesitate to send e-mail to the author. Cuneyt Mertayak e


English Description:

Directory contains the following files.


代码预览

相关推荐