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. |
| grand_mean(x) | Just what the name suggests. |
| zscore(ds, **kwargs) | In-place Z-scoring of a Dataset or ndarray. |
Classes
| 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 |