| Home | Trees | Indices | Help |
|
|---|
|
|
A per-feature-measure computed from a Dataset (base class).
Should behave like a DatasetMeasure.
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
base_sensitivities = StateVariable(enabled= False, doc= "Store
|
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
String representation of DatasetMeasure Includes only arguments which differ from default ones
|
Computes a per-feature-measure on a given Dataset. Behaves like a DatasetMeasure, but computes and returns a 1d ndarray with one value per feature.
|
Adjusts per-feature-measure for computed `result`
TODO: overlaps in what it does heavily with
CombinedSensitivityAnalyzer, thus this one might make use of
CombinedSensitivityAnalyzer yoh thinks, and here
base_sensitivities doesn't sound appropriate.
MH: There is indeed some overlap, but also significant differences.
This one operates on a single sensana and combines over second
axis, CombinedFeaturewiseDatasetMeasure uses first axis.
Additionally, 'Sensitivity' base class is
FeaturewiseDatasetMeasures which would have to be changed to
CombinedFeaturewiseDatasetMeasure to deal with stuff like
SMLRWeights that return multiple sensitivity values by default.
Not sure if unification of both (and/or removal of functionality
here does not lead to an overall more complicated situation,
without any real gain -- after all this one works ;-)
|
|
|
|||
base_sensitivities
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:30 2012 | http://epydoc.sourceforge.net |