|
|
|
forward(self,
data)
Map data from the original dataspace into featurespace. |
source code
|
|
|
__call__(self,
data)
Calls the mappers forward() method. |
source code
|
|
|
reverse(self,
data)
Reverse map data from featurespace into the original dataspace. |
source code
|
|
|
train(self,
dataset)
Sub-classes have to override this method if the mapper need
training. |
source code
|
|
|
|
|
getOutShape(self)
Returns the shape (or other dimensionality speicification)
of the destination dataspace. |
source code
|
|
|
getInSize(self)
Returns the size of the entity in input space |
source code
|
|
|
getOutSize(self)
Returns the size of the entity in output space |
source code
|
|
|
selectOut(self,
outIds)
Remove some elements and leave only ids in 'out'/feature space |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|