PRTools contents

PRTools manual

trained_mapping

TRAINED_MAPPING

Define trained mapping

    W = TRAINED_MAPPING(A,DATA,DIM)

Input
 A Dataset used for training
 DATA Data (cell araay or structure) to be stored in the data-field  of the mapping in order to transfer it to the execution part
 DIM Dimensionality of output space.

Output
 W Mapping

Description

This is a simplified version of the definition of a trained mapping. It  calls MAPPING and derives all needed information from the dataset A used  for training the mapping. In DATA everything should be stored needed for  the execution of the mapping, either in a structure or by a cell array.

See also

mappings, mapping,

PRTools contents

PRTools manual