| PRTools contents |
DEFINE_MAPPING
W = DEFINE_MAPPING(ARGIN,TYPE,NAME)
| 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 |
| Output | |
| W | Mapping |
This routine fascilitates the definition of untrained, fixed and combiners in order to make the definition of mappings more readable.
| PRTools contents |