define_mapping
DEFINE_MAPPING
Define untrained or fixed mapping
W = DEFINE_MAPPING(ARGIN,TYPE,NAME,PAR)
Input | ARGIN | Cell array with arguments of calling routine | TYPE | Mapping type, 'fixed', 'untrained (default)' or 'combiner' | NAME | Name of the mapping, default name of calling routine | PAR | Additional parameters for the name of the mapping |
Description This routine fascilitates the definition of untrained, fixed and combiners in order to make the definition of mappings more readable. See also
mappings, prmapping, trained_classifier, trained_mapping, mapping_task, This file has been automatically generated. If badly readable, use the help-command in Matlab. |
|