Procrustean rotation mapper
Functions
is_datasetlike(obj) | Check if an object looks like a Dataset. |
Classes
Parameter(default[, constraints, ro, index, ...]) | This class shall serve as a representation of a parameter. |
ProcrusteanMapper([space]) | Mapper to project from one space to another using Procrustean transformation (shift + scaling + rotation). |
ProjectionMapper([demean]) | Linear mapping between multidimensional spaces. |