clf_ecoc

PURPOSE ^

Wrapper for ecoc that makes ecoc compatible with nfoldxval.

SYNOPSIS ^

function clf = clf_ecoc(p,clfinit,clfparams,nclasses,use01targets)

DESCRIPTION ^

 Wrapper for ecoc that makes ecoc compatible with nfoldxval.

 Requires the SVM toolbox by Anton Schwaighofer.

 INPUTS
   p               - data dimension
   clfinit         - binary classifier init (see nfoldxval)
   clfparams       - binary classifier parameters (see nfoldxval)
   nclasses        - number of classes (currently only 3<=nclasses<=7 suppored)
   use01targets    - see ecoc

 OUTPUTS
   clf             - see ecoc

 DATESTAMP
   11-Oct-2005  2:45pm

 See also ECOC, NFOLDXVAL, CLF_ECOC_CODE

CROSS-REFERENCE INFORMATION ^

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