Master index | Index for @BestDecisionStumpClassifier |
BestDecisionStumpClassifier | function [cl] = BestDecisionStumpClassifier |
computeOutputs | function [outs] = computeOutputs(cl, examples) |
display | display(cl): the display function for the Decision Tree classifier class. |
getDecisionStump | GETDECISIONSTUMP Summary of this function goes here |
getFeaturesInfo | GETFEATURESINDEX return the info of the features used |
learn | function [cl, err] = learn(cl, trnExamples, targetOuts) |