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__, __hash__, __reduce__, __reduce_ex__

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
Overrides: PredictionsCombiner.__call__

Class Variable Details [hide private]

predictions

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