Package mvpa
[hide private]
[frames] | no frames]

Package mvpa

source code

MultiVariate Pattern Analysis

Package Organization

The mvpa package contains the following subpackages and modules:

Package Tree for mvpa
Package Tree for mvpa


Author: Michael Hanke, Yaroslav Halchenko, Per B. Sederberg

Requires: Python 2.4+

Version: 0.4.8

See Also:
The PyMVPA webpage, GIT Repository Browser

License: The MIT License <http://www.opensource.org/licenses/mit-license.php>

Copyright: Contributors (Alphabetical Order):
Submodules [hide private]
  • mvpa.suite: MultiVariate Pattern Analysis -- load helper
    Algorithms
    Anatomical Atlases
    Basic Data Structures
    Classifiers (supervised learners)
    Feature Selections
    Mappers (usually unsupervised learners)
    Measures
    Miscellaneous
    Unittests

Functions [hide private]
 
seed(random_seed)
Uniform and combined seeding of all relevant random number generators.
source code
 
_pymvpa_excepthook(*args)
Custom exception handler to report also pymvpa's wtf
source code
Variables [hide private]
  __version__ = '0.4.8'
  pymvpa_dataroot = os.path.join(os.path.dirname(__file__), 'data')
  _random_seed = int(N.random.uniform()*(2** 31-1))
  _sys_excepthook = sys.excepthook

Imports: os, random, N, cfg, externals, wtf, psyco, verbose, debug, test, sys


Function Details [hide private]

_pymvpa_excepthook(*args)

source code 

Custom exception handler to report also pymvpa's wtf

Calls original handler, and then collects WTF and spits it out