Hyperalignment of functional data to the common space
References: TODO...
see SMLR code for example on how to embed the reference so in future it gets properly referenced...
Functions
| deepcopy(x[, memo, _nil]) | Deep copy operation on arbitrary Python objects. |
| zscore(ds, **kwargs) | In-place Z-scoring of a Dataset or ndarray. |
Classes
| ChainMapper(nodes, **kwargs) | Class that amends ChainNode with a mapper-like interface. |
| ClassWithCollections(**kwargs[, descr]) | Base class for objects which contain any known collection |
| ConditionalAttribute(*args, **kwargs[, enabled]) | Simple container intended to conditionally store the value |
| Dataset(samples[, sa, fa, a]) | Generic storage class for datasets with multiple attributes. |
| Hyperalignment(**kwargs) | ... |
| Parameter(default, **kwargs[, ro, index, ...]) | This class shall serve as a representation of a parameter. |
| ProcrusteanMapper(**kwargs[, scaling, ...]) | Mapper to project from one space to another using Procrustean |
| ZScoreMapper(**kwargs[, params, param_est, ...]) | Mapper to normalize features (Z-scoring). |