Adaboost
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:Machine learning
####Adaboost#####

This Directory is AdaboostModule
adaboost_v2 is better than adaboost because adaboost_v2 is organized than adaboost

How to Use

1:Learning adaboost arugument is a data 

data format is 2 dimension data and label

###For example###
x    y    label
0.21 0.51 1
0.31 0.11 -1
#################

#command
sh learn.sh $1 Datanumber+1
#################

2:Recognition

Compile
#command
gcc Evaluation2.c w_func.c -lm -o eval 
./eval smpl e_test2
#################

smple is a test data
e_test2 is a learning data

Output the recognition data 

class_p_2 class_m_2

If you use cygwin,you want to show figure please enter the following command

#command
startxwin.exe
################

After you can look at the another display

You enter the command

#command
plot "class_p_2","class_m_2"
###############



本源码包内暂不包含可直接显示的源代码文件,请下载源码包。