HOME Mapping commands Mappings Programming mappingsMapping combining

Mapping combining

Various ways have been implemented to combine mappings. They are of significant importance for classifiers, but the implementation is general and combining other types of mappings can be useful as well. The combining options can be understood from the definition of a mapping W applied to a dataset A resulting in a dataset B, coded by B = A*W:

    input space (A) --> mapping (W) --> output space (B)

The mapping combining rules discussed in the separate sections are consistent with the combining rules for datasets and datafiles that follow from the operator overload. In general, a combined mapping applied to a dataset (datafile) is the combined set of the individual mappings applied to the same dataset (datafile). For this reason mappingss to be combined should be of the same type (untrained, fixed or trained) and have the same sizes. An exception is the sequential combining of mappings. They may combine mappings of all types. Therefor a set of special rules are related to that combining strategy.


R.P.W. Duin, January 28, 2013


HOME Mapping commands Mappings Programming mappingsMapping combining