To provide the most recent news and documentation www.pymvpa.org reflects the development 2.0 series (renamed 0.6 series) of PyMVPA. If you are interested in the documentation of the previous stable 0.4 series of PyMVPA, please visit v04.pymvpa.org.

mvpa2.clfs.meta.PredictionsCombiner

Inheritance diagram of PredictionsCombiner

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

Base class for combining decisions of multiple classifiers

Initialize ClassWithCollections object

Parameters :

descr : str

Description of the instance

train(clfs, dataset)

PredictionsCombiner might need to be trained

Parameters :

clfs : list of Classifier

List of classifiers to combine. Has to be classifiers (not pure predictions), since combiner might use some other conditional attributes (value’s) instead of pure prediction’s

dataset : Dataset

training data in this case

NeuroDebian

NITRC-listed