GETDECISIONSTUMP Summary of this function goes here Detailed explanation goes here
0001 function [ stump ] = getDecisionStump( cl ) 0002 %GETDECISIONSTUMP Summary of this function goes here 0003 % Detailed explanation goes here 0004 0005 stump = cl.trainedCl; 0006 end 0007