clf_ecoc

PURPOSE ^

Wrapper for ecoc that makes ecoc compatible with nfoldxval.

SYNOPSIS ^

function net = clf_ecoc(nin,func_net2init,net2params,nclasses,use01targets)

DESCRIPTION ^

 Wrapper for ecoc that makes ecoc compatible with nfoldxval.

 Requires the SVM toolbox by Anton Schwaighofer.

 INPUTS
   nin             - dimensionality of data
   func_net2init   - binary classifier init (see nfoldxval)
   net2params      - binary classifier parameters (see nfoldxval)
   nclasses        - number of classes (currently only 3<=nclasses<=7 suppored)
   use01targets    - see ecoc

 OUTPUTS
   net     - see ecoc

 DATESTAMP
   29-Sep-2005  2:00pm

 See also ECOC, NFOLDXVAL, CLF_ECOC_CODE

CROSS-REFERENCE INFORMATION ^

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