analysis.base¶
Module: analysis.base
¶
Inheritance diagram for nitime.analysis.base
:
BaseAnalyzer
¶
-
class
nitime.analysis.base.
BaseAnalyzer
(input=None)¶ Bases:
nitime.descriptors.ResetMixin
Analyzer that implements the default data flow.
All analyzers inherit from this class at least have to * implement a __init__ function to set parameters * define the ‘output’ property
-
__init__
(input=None)¶ Initialize self. See help(type(self)) for accurate signature.
-
parameterlist
()¶
-
parameters
¶
-
set_input
(input)¶ Set the input of the analyzer, if you want to reuse the analyzer with a different input than the original
-