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