mvpa2.mappers.prototypeΒΆ

Project data onto a space defined by prototypes via a similarity function

Inheritance diagram of mvpa2.mappers.prototype

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.