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

 Piotr's Image&Video Toolbox      Version 2.0
 Copyright 2008 Piotr Dollar.  [pdollar-at-caltech.edu]
 Please email me if you find bugs, or have suggestions or questions!
 Licensed under the Lesser GPL [see external/lgpl.txt]

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated by m2html © 2003