.. -*- mode: rst -*- .. vi: set ft=rst sts=4 ts=4 sw=4 et tw=79: .. _chap_modref: **************** Module Reference **************** This module reference extends the manual with a comprehensive overview of the currently available functionality, that is built into PyMVPA. However, instead of a full list including every single line of the PyMVPA code base, this reference limits itself to the relevant pieces of the application programming interface (API) that are of particular interest to users of this framework. Each module in the package is documented by a general summary of its purpose and the list of classes and functions it provides. Entry Point =========== .. autosummary:: :toctree: generated mvpa2 .. the rest of the modules are relative to the top-level .. currentmodule:: mvpa2 Basic Facilities ================= .. autosummary:: :toctree: generated base base.attributes base.collections base.config base.constraints base.dochelpers base.externals base.hdf5 base.info base.learner base.node base.param base.progress base.report base.state base.types base.verbosity Datasets: Input, Output, Storage and Preprocessing ================================================== .. autosummary:: :toctree: generated base.dataset datasets.base datasets.channel datasets.eventrelated datasets.eep datasets.formats datasets.gifti datasets.mri datasets.niml datasets.cosmo datasets.eeglab datasets.miscfx datasets.sources datasets.sources.native datasets.sources.bids datasets.sources.openfmri datasets.sources.skl_data Mappers: Data Transformations ============================= .. autosummary:: :toctree: generated mappers mappers.base mappers.boxcar mappers.detrend mappers.filters mappers.flatten mappers.fx mappers.fxy mappers.glm mappers.lle mappers.mdp_adaptor mappers.procrustean mappers.projection mappers.prototype mappers.shape mappers.skl_adaptor mappers.slicing mappers.som mappers.staticprojection mappers.svd mappers.wavelet mappers.zscore Generators: Repetitive Data Processing ====================================== .. autosummary:: :toctree: generated generators generators.base generators.partition generators.permutation generators.resampling generators.splitters Classifiers and Errors ====================== .. autosummary:: :toctree: generated clfs.base clfs.meta clfs.blr clfs.enet clfs.gda clfs.glmnet clfs.gnb clfs.gpr clfs.knn clfs.lars clfs.mass clfs.model_selector clfs.plr clfs.ridge clfs.similarity clfs.skl clfs.smlr clfs.svm clfs.sg clfs.libsvmc clfs.distance clfs.similarity clfs.stats clfs.transerror clfs.warehouse Kernels ------- .. autosummary:: :toctree: generated kernels kernels.base kernels.libsvm kernels.np kernels.sg Measures: Searchlights and Sensitivties ======================================= .. autosummary:: :toctree: generated measures.base measures.anova measures.corrstability measures.corrcoef measures.irelief measures.noiseperturbation measures.gnbsearchlight measures.nnsearchlight measures.rsa measures.searchlight measures.statsmodels_adaptor measures.winner Feature Selection ================= .. autosummary:: :toctree: generated featsel.base featsel.ifs featsel.rfe featsel.helpers Additional Algorithms ===================== .. autosummary:: :toctree: generated algorithms algorithms.hyperalignment algorithms.searchlight_hyperalignment algorithms.group_clusterthr Algorithm benchmarks ==================== .. autosummary:: :toctree: generated algorithms.benchmarks algorithms.benchmarks.hyperalignment Miscellaneous ============= .. autosummary:: :toctree: generated atlases atlases.base atlases.fsl atlases.warehouse misc.args misc.attrmap misc.data_generators misc.dcov misc.errorfx misc.exceptions misc.fx misc.neighborhood misc.sampleslookup misc.stats misc.support misc.support.afni misc.surfing misc.surfing.queryengine misc.surfing.surf_voxel_selection misc.surfing.volgeom misc.surfing.volsurf misc.surfing.volume_mask_dict misc.transformers misc.vproperty support.bayes Testing ======= .. autosummary:: :toctree: generated testing testing.clfs testing.datasets testing.tools testing.sweepargs tests Basic Plotting Utilities ------------------------ .. autosummary:: :toctree: generated viz misc.plot misc.plot.base misc.plot.erp misc.plot.flat_surf misc.plot.lightbox misc.plot.topo misc.plot.scatter 3rd-party Interfaces -------------------- .. autosummary:: :toctree: generated misc.bv misc.bv.base misc.fsl misc.fsl.base misc.fsl.flobs misc.fsl.melodic misc.io misc.io.base misc.io.meg support.nibabel support.nibabel.afni_niml_annot support.nibabel.afni_niml_dset support.nibabel.afni_niml_roi support.nibabel.afni_niml support.nibabel.afni_suma_1d support.nibabel.afni_suma_spec support.nibabel.surf_fs_asc support.nibabel.surf_caret support.nibabel.surf_gifti support.nibabel.surf .. include:: link_names.txt