clfEcoc

PURPOSE ^

Wrapper for ecoc that makes ecoc compatible with nfoldxval.

SYNOPSIS ^

function clf = clfEcoc(p,clfInit,clfparams,nclasses,use01targets)

DESCRIPTION ^

 Wrapper for ecoc that makes ecoc compatible with nfoldxval.

 Requires the SVM toolbox by Anton Schwaighofer.

 USAGE
  clf = clfEcoc(p,clfInit,clfparams,nclasses,use01targets)

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

 OUTPUTS
  clf             - see ecoc

 EXAMPLE

 See also ECOC, NFOLDXVAL, CLFECOCCODE

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Wed 03-Oct-2007 13:09:09 by m2html © 2003