HOME Mapping types Mappings Mapping combiningMapping commands

Mapping commands

In the below table all commands that are specific for handling mappings are summarized, except the set and get-commands and the overloaded Matlab operators and commands.

> Specific commands for handling mappings

display

writes in the command window the name, the dimensionalities of the input space and the output space (i.e. numbers of features), the mapping type and the command that executes the mapping.
disp writes in the command window the results of display and getdata.
+W returns the contents of the data field of the mapping W. This is identical to getdata(W).
setbatch sets a flag for controlling the execution of mappings in batch mode.
getbatch retrieval of the mapping batch mode flag
dataset conversion the axes of an affine mapping into a dataset.
isaffine test on affine mapping.
isclassifier test on classifier mapping.
iscombiner test on combining mapping.
isfixed test on fixed mapping.
istrained test on trained mapping.
isuntrained test on untrained mapping.
show shows the axes of an affine mapping as images in case of a feature space of a dataset with object images.


R.P.W. Duin, January 28, 2013


HOME Mapping types Mappings Mapping combiningMapping commands