Home > @BestDecisionStumpClassifier > getDecisionStump.m

getDecisionStump

PURPOSE ^

GETDECISIONSTUMP Summary of this function goes here

SYNOPSIS ^

function [ stump ] = getDecisionStump( cl )

DESCRIPTION ^

GETDECISIONSTUMP Summary of this function goes here
   Detailed explanation goes here

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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

Generated on Sun 29-Sep-2013 01:25:24 by m2html © 2005