FIXEDCC Construction of fixed combiners, back-end routine
V = FIXEDCC(A,W,TYPE,NAME,PAR)
DescriptionDefine a mapping V which applies the combination rule TYPE to the set of mappings W. The set of mappings W should be a parallel combination (see MAPPINGS). TYPE defines the combining rule and can be any of the following Note that average is only possible for affine 2-class classifiers. When W is a set of classifiers and A a dataset (possibly the result of B*W, where W is again a set of classifiers) then V = FIXEDCC(W,[],TYPE) combines the mappings W with the comb. rule TYPE
This is a back-end routine. Users should directly call the fixed combiners. Example(s)prex_combining, See alsomappings, votec, maxc, meanc, medianc, minc, prodc, averagec,
|