PRTools Contents

PRTools User Guide

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 PRMAPPING 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, prmapping, trained_classifier, define_mapping, mapping_task,

PRTools Contents

PRTools User Guide

This file has been automatically generated. If badly readable, use the help-command in Matlab.