| Home | Trees | Indices | Help |
|
|---|
|
|
MultiVariate Pattern Analysis
The mvpa package contains the following subpackages and modules:
|
| Package Tree for mvpa |
Author: Michael Hanke, Yaroslav Halchenko, Per B. Sederberg
Requires: Python 2.4+
Version: 0.4.8
License: The MIT License <http://www.opensource.org/licenses/mit-license.php>
Copyright:
|
|||
| |||
| Algorithms | |||
|---|---|---|---|
| |||
| Anatomical Atlases | |||
| |||
| Basic Data Structures | |||
| |||
| Classifiers (supervised learners) | |||
| |||
| Feature Selections | |||
| |||
| Mappers (usually unsupervised learners) | |||
| |||
| Measures | |||
| |||
| Miscellaneous | |||
| |||
| Unittests | |||
| |||
|
|||
|
|||
|
|||
|
|||
__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
|
|||
Custom exception handler to report also pymvpa's wtf Calls original handler, and then collects WTF and spits it out |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:12 2012 | http://epydoc.sourceforge.net |