mvpa2.clfs.meta.PredictionsCombiner

Inheritance diagram of PredictionsCombiner

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

Base class for combining decisions of multiple classifiers

Methods

reset()
train(clfs, dataset) PredictionsCombiner might need to be trained :Parameters: clfs : list of Classifier List of classifiers to combine.

Initialize ClassWithCollections object

Parameters:

descr : str

Description of the instance

Methods

reset()
train(clfs, dataset) PredictionsCombiner might need to be trained :Parameters: clfs : list of Classifier List of classifiers to combine.
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