Basic mapper interface definition.
.. rubric:: Notes
Available conditional attributes:
(Conditional attributes enabled by default suffixed with +)
Parameters : | enable_ca : None or list of str
disable_ca : None or list of str
auto_train : bool
force_train : bool
space: str, optional :
postproc : Node instance, optional
descr : str
|
---|
Map data from input to output space.
Parameters : | data : Dataset-like, (at least 2D)-array-like
|
---|
Wrapper method to map single samples.
It is basically identical to forward(), but also accepts one-dimensional arguments. The map whole dataset this method cannot be used. but forward() handles them.
Reverse-map data from output back into input space.
Parameters : | data : Dataset-like, anything
|
---|