mvpa2.mappers.prototypeΒΆ
Project data onto a space defined by prototypes via a similarity function
![Inheritance diagram of mvpa2.mappers.prototype](../_images/inheritance-c1f144fd09cd85089fafecd0178e6bc3d4a7b835.png)
Functions
accepts_dataset_as_samples (fx) |
Decorator to extract samples from Datasets. |
Classes
ProjectionMapper ([demean]) |
Linear mapping between multidimensional spaces. |
PrototypeMapper (similarities[, prototypes]) |
Mapper to project data onto a space defined by prototypes from the same space via a similarity function. |