mvpa2.clfs.meta.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 storedpredictions+
: Mean predictions
(Conditional attributes enabled by default suffixed with
+
)Attributes
descr
Description of the object if any Methods
__call__
(clfs, dataset)Actual callable - perform meaning reset
()train
(clfs, dataset)PredictionsCombiner might need to be trained Initialize ClassWithCollections object
Parameters: descr : str
Description of the instance
Attributes
descr
Description of the object if any Methods
__call__
(clfs, dataset)Actual callable - perform meaning reset
()train
(clfs, dataset)PredictionsCombiner might need to be trained