Package mvpa :: Package clfs :: Module meta :: Class MeanPrediction
[hide private]
[frames] | no frames]

Class MeanPrediction

source code


Provides a decision by taking mean of the results
Nested Classes [hide private]

Inherited from misc.state.ClassWithCollections: __metaclass__

Instance Methods [hide private]
 
__call__(self, clfs, dataset)
Actuall callable - perform meaning
source code

Inherited from PredictionsCombiner: train

Inherited from misc.state.ClassWithCollections: __getattribute__, __init__, __new__, __repr__, __setattr__, __str__, reset

Inherited from object: __delattr__, __format__, __hash__, __reduce__, __reduce_ex__, __sizeof__, __subclasshook__

Class Variables [hide private]
  predictions = StateVariable(enabled= True, doc= "Mean predicti...

Inherited from misc.state.ClassWithCollections: _DEV__doc__, descr

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__call__(self, clfs, dataset)
(Call operator)

source code 
Actuall callable - perform meaning
Parameters:
  • clfs - List of classifiers to combine. Has to be classifiers (not pure predictions), since combiner might use some other state variables (value's) instead of pure prediction's
Overrides: PredictionsCombiner.__call__

Class Variable Details [hide private]

predictions

Value:
StateVariable(enabled= True, doc= "Mean predictions")