mvpa2.measures.base.BinaryClassifierSensitivityAnalyzer

Inheritance diagram of BinaryClassifierSensitivityAnalyzer

class mvpa2.measures.base.BinaryClassifierSensitivityAnalyzer(*args_, **kwargs_)

Set sensitivity analyzer output to have proper labels

Notes

Available conditional attributes:

  • 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 invoking postproc. Stored only if postproc is not None.
  • training_time+: Time (in seconds) it took to train the learner

(Conditional attributes enabled by default suffixed with +)

Methods

generate(ds) Yield processing results.
get_postproc() Returns the post-processing node or None.
get_space() Query the processing space name of this node.
reset()
set_postproc(node) Assigns a post-processing node Set to None to disable postprocessing.
set_space(name) Set the processing space name of this node.
train(ds) The default implementation calls _pretrain(), _train(), and finally _posttrain().
untrain() Reverts changes in the state of this node caused by previous training

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

Methods

generate(ds) Yield processing results.
get_postproc() Returns the post-processing node or None.
get_space() Query the processing space name of this node.
reset()
set_postproc(node) Assigns a post-processing node Set to None to disable postprocessing.
set_space(name) Set the processing space name of this node.
train(ds) The default implementation calls _pretrain(), _train(), and finally _posttrain().
untrain() Reverts changes in the state of this node caused by previous training

NeuroDebian

NITRC-listed