| PRTools contents |
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 |
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.
| PRTools contents |