1 %> @brief Fixed,
pre-determined components
3 %> Each time the
block is @ref train()ed, a new batch of classifiers (defined by the @ref
aggr_mold::block_mold property) will be trained and added.
6 %> This can either be a single
block or a cell of blocks
12 o.classtitle = 'Molded Ensemble';
18 methods(Access=protected)
19 % Adds classifiers when new classes are presented
20 function o = do_train(o, data)
21 if ~iscell(o.block_mold)
Base class for all ensemble classifiers.
Pre-processing block base class.
Property block_mold
This can either be a single block or a cell of blocks.
Fixed, pre-determined components.