Main Content
compact
Reduce size of classification ensemble model
Syntax
Description
returns a cens
= compact(ens
)CompactClassificationEnsemble
version of the trained classification ensemble model
ens
.
You can predict classifications using the
CompactClassificationEnsemble
model object
cens
in the same way as when you use
ens
. However, because cens
does not contain training data, you cannot perform certain tasks, such as
cross-validation.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced in R2011a