Error-correcting output codes learner template
returns
an error-correcting output codes (ECOC) classification learner template.t
= templateECOC()
If you specify a default template, then the software uses default values for all input arguments during training.
returns
a template with additional options specified by one or more name-value
pair arguments.t
= templateECOC(Name,Value
)
For example, you can specify a coding design, whether to fit posterior probabilities, or the types of binary learners.
If you display t
in the Command Window, then
all options appear empty ([]
), except those that
you specify using name-value pair arguments. During training, the
software uses default values for empty options.
ClassificationECOC
| designecoc
| fitcecoc
| predict
| templateDiscriminant
| templateEnsemble
| templateKNN
| templateSVM
| templateTree
| testckfold