Home | Trees | Indices | Help |
|
---|
|
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.
|
|||
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
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Jun 1 19:01:48 2008 | http://epydoc.sourceforge.net |