Apply the decision tree to data X.
INPUTS
net - trained model
X - nxp data array
OUTPUTS
Y - nx1 vector of labels predicted according to the net
DATESTAMP
29-Sep-2005 2:00pm
See also CLF_DECTREE
CROSS-REFERENCE INFORMATION
This function calls:
This function is called by:
clf_dectree Wrapper for treefit that makes decision trees compatible with nfoldxval.