AdaBooster | function [ab] = adaBooster(cl, nStages) |
adjustThreshold | function [ab, clErr] = adjustThreshold(ab, trainingExamples, targetOuts, reqDetRate) |
computeOutputs | function [outs] = computeOutputs(ab, examples) |
display | display(ab): the display function for the adaBooster classifier class. |
getNumWeakCls | |
getRankedFeatures | GETRANKEDFEATURES return each feature used with its score |
getWeakCls | GETWEAKCLS Returns trained weak classifiers used |
getWeights | GETWEIGHTS Returns Current instance weights |
learn | function [ab, err] = learn(ab, trnExamples, targetOuts, nStages, reqDetRate) |
setWeakCl | function ab = setWeakCl(ab, cl) |