mvpa2.clfs.meta.MeanPrediction

Inheritance diagram of MeanPrediction

class mvpa2.clfs.meta.MeanPrediction(descr=None, **kwargs)

Provides a decision by taking mean of the results

Notes

Available conditional attributes:

  • estimates+: Predictions from all classifiers are stored
  • predictions+: Mean predictions

(Conditional attributes enabled by default suffixed with +)

Methods

train(clfs, dataset) PredictionsCombiner might need to be trained

Initialize ClassWithCollections object

Parameters:

descr : str

Description of the instance

Methods

train(clfs, dataset) PredictionsCombiner might need to be trained