This content refers to an unreleased development version of PyMVPA
To provide the most recent news and documentation
www.pymvpa.org reflects the
development 0.6 series of PyMVPA. If you are interested in the
documentation of the previous stable 0.4 series of PyMVPA, please
visit
v04.pymvpa.org .
mvpa.measures.base.ProxyClassifierSensitivityAnalyzer
class mvpa.measures.base. ProxyClassifierSensitivityAnalyzer ( *args_ , **kwargs_ )
Set sensitivity analyzer output just to pass through
Notes
Available conditional attributes:
base_sensitivities : Stores basic sensitivities if the sensitivity relies on combining multiple ones
calling_time+ : Time (in seconds) it took to call the node
clf_sensitivities : Stores sensitivities of the proxied classifier
null_prob+ : None
null_t : None
raw_results : Computed results before applying any transformation algorithm
training_time+ : Time (in seconds) it took to train the learner
(Conditional attributes enabled by default suffixed with + )
Initialize instance of ProxyClassifierSensitivityAnalyzer
Parameters : enable_ca : None or list of str
Names of the conditional attributes which should be enabled in addition
to the default ones
disable_ca : None or list of str
Names of the conditional attributes which should be disabled
analyzer
View the discussion thread.