Apply the decision tree to data X.
USAGE
Y = clfDecTreeFwd( clf, X )
INPUTS
clf - trained model
X - nxp data array
OUTPUTS
Y - nx1 vector of labels predicted according to the clf
EXAMPLE
See also CLFDECTREE
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
clfDecTree Wrapper for treefit that makes decision trees compatible with nfoldxval.