analysis.base¶
Module: analysis.base¶
Inheritance diagram for nitime.analysis.base:

BaseAnalyzer¶
- class nitime.analysis.base.BaseAnalyzer(input=None)¶
Bases:
ResetMixinAnalyzer 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)¶
- parameterlist()¶
- property parameters¶
- set_input(input)¶
Set the input of the analyzer, if you want to reuse the analyzer with a different input than the original