Package mvpa :: Package measures :: Module base
[hide private]
[frames] | no frames]

Module base

source code

Base class for data measures: algorithms that quantify properties of datasets.

Besides the DatasetMeasure base class this module also provides the (abstract) FeaturewiseDatasetMeasure class. The difference between a general measure and the output of the FeaturewiseDatasetMeasure is that the latter returns a 1d map (one value per feature in the dataset). In contrast there are no restrictions on the returned value of DatasetMeasure except for that it has to be in some iterable container.

Classes [hide private]
  DatasetMeasure
A measure computed from a `Dataset`
  FeaturewiseDatasetMeasure
A per-feature-measure computed from a Dataset (base class).
  StaticDatasetMeasure
A static (assigned) sensitivity measure.
  Sensitivity
  CombinedFeaturewiseDatasetMeasure
Set sensitivity analyzers to be merged into a single output
  BoostedClassifierSensitivityAnalyzer
Set sensitivity analyzers to be merged into a single output
  ProxyClassifierSensitivityAnalyzer
Set sensitivity analyzer output just to pass through

Imports: copy, StateVariable, Stateful, FirstAxisMean, SecondAxisSumOfAbs, enhancedDocString, debug