Prototype-based Mapper.
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. |