mvpa2.algorithms.searchlight_hyperalignment

Searchlight-based hyperalignment

Inheritance diagram of mvpa2.algorithms.searchlight_hyperalignment

Functions

compute_feature_scores(datasets[, …]) Takes a list of datasets and computes a magical feature

Classes

FeatureSelectionHyperalignment([ref_ds, …]) A helper which brings feature selection and hyperalignment in a single call
SearchlightHyperalignment(**kwargs) Given a list of datasets, provide a list of mappers into common space using searchlight based hyperalignment.