Home | Trees | Indices | Help |
|
---|
|
1 #emacs: -*- mode: python-mode; py-indent-offset: 4; indent-tabs-mode: nil -*- 2 #ex: set sts=4 ts=4 sw=4 et: 3 ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ## 4 # 5 # See COPYING file distributed along with the PyMVPA package for the 6 # copyright and license terms. 7 # 8 ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ### ## 9 """PyMVPA mappers.""" 10 11 __docformat__ = 'restructuredtext' 12 13 if __debug__: 14 from mvpa.misc import debug 15 debug('INIT', 'mvpa.mappers') 16 17 from mvpa.mappers.mask import MaskMapper 18 from mvpa.mappers.pca import PCAMapper 19 from mvpa.mappers.svd import SVDMapper 20 21 if __debug__: 22 debug('INIT', 'mvpa.mappers end') 23
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Jun 1 19:02:01 2008 | http://epydoc.sourceforge.net |