Home | Trees | Indices | Help |
|
---|
|
Meta mapper that embedded a chain of other mappers.
Each mapper in the chain is called successively to perform forward or reverse mapping.
In its current implementation the ChainMapper treats all but the last mapper as simple pre-processing (in forward()) or post-processing (in reverse()) steps. All other capabilities, e.g. training and neighbor metrics are provided by or affect only the last mapper in the chain.
With respect to neighbor metrics this means that they are determined based on the input space of the last mapper in the chain and not on the input dataspace of the ChainMapper as a whole
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
|
|||
Inherited from |
|
:Parameters: mappers: list of Mapper instances **kwargs All additional arguments are passed to the base-class constructor.
|
|
|
Trains the *last* mapper in the chain. :Parameter: dataset: :class:`~mvpa.datasets.base.Dataset` or subclass A dataset with the number of features matching the `outSize` of the last mapper in the chain (which is identical to the one of the `ChainMapper` itself).
|
|
|
|
Get the ids of the neighbors of a single feature in output dataspace. The neighbors are determined based on the input space of the last mapper in the chain and not on the input dataspace of the ChainMapper as a whole!Returns a list of outIds
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:27 2012 | http://epydoc.sourceforge.net |