PRTools contents

PRTools manual

define_mapping

DEFINE_MAPPING

Define untrained or fixed 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

Description

This routine fascilitates the definition of untrained, fixed and  combiners in order to make the definition of mappings more readable.

See also

mappings, mapping,

PRTools contents

PRTools manual