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