clf_dectree_fwd

PURPOSE ^

Apply the decision tree to data X.

SYNOPSIS ^

function Y = clf_dectree_fwd( clf, X )

DESCRIPTION ^

 Apply the decision tree to data X.

 INPUTS
   clf     - trained model
   X       - nxp data array
 
 OUTPUTS
   Y       - nx1 vector of labels predicted according to the clf

 DATESTAMP
   11-Oct-2005  2:45pm

 See also CLF_DECTREE

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 03-May-2006 23:48:50 by m2html © 2003