function ab = setWeakCl(ab, cl)
sets the weak classifier of the realAdaBooster
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
SOURCE CODE
0001 function lb = setWeakCl(lb, cl)
0002 % function ab = setWeakCl(ab, cl)
0003 % sets the weak classifier of the realAdaBooster
0004
0005 lb.weakCl = cl;