Table Of Contents

Previous topic

Module Reference

Next topic

mvpa.datasets

This Page

Quick search

mvpa

MultiVariate Pattern Analysis

Package Organization

The mvpa package contains the following subpackages and modules:

group Basic Data Structures:
 datasets
group Classifiers:
 clf
group Algorithms:
 algorithms
group Miscellaneous:
 misc
author:Michael Hanke, Yaroslav Halchenko, Per B. Sederberg
requires:Python 2.4+
version:0.4.0
see:The PyMVPA webpage
see:GIT Repository Browser
license:The MIT License
copyright:© 2006-2008 Michael Hanke <michael.hanke@gmail.com>
newfield contributor:
 Contributor, Contributors (Alphabetical Order)
contributor:Per B. Sederberg
contributor:Yaroslav O. Halchenko

The comprehensive API documentation for this module, including all technical details, is available in the Epydoc-generated API reference for mvpa (for developers).

mvpa.seed(random_seed)
Uniform and combined seeding of all relevant random number generators.

See also

Full API documentation of seed() in module mvpa.