clf_dectree

PURPOSE ^

Wrapper for treefit that makes decision trees compatible with nfoldxval.

SYNOPSIS ^

function net = clf_dectree( nin, varargin )

DESCRIPTION ^

 Wrapper for treefit that makes decision trees compatible with nfoldxval.
 
 INPUTS
   nin     - dimensionality of data points for classifier
   params  - parameters for treefit, ex: 'splitmin'',2,'priorprob',ones(1,n)/n

 OUTPUTS
   net     - model ready to be trained

 DATESTAMP
   29-Sep-2005  2:00pm

 See also NFOLDXVAL, TREEFIT

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 02-Oct-2005 19:35:28 by m2html © 2003