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