This content refers to an unreleased development version of PyMVPA
To provide the most recent news and documentation www.pymvpa.org reflects the
development 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.
class mvpa.clfs.transerror.SummaryStatistics(targets=None, predictions=None, estimates=None, sets=None)¶
Basic class to collect targets/predictions and report summary statistics
It takes care about collecting the sets, which are just tuples
(targets, predictions, estimates). While ‘computing’ the matrix, all
sets are considered together. Children of the class are
responsible for computation and display.
Initialize SummaryStatistics
targets or predictions cannot be provided alone (ie targets
without predictions)
Parameters :
targets :
Optional set of targets
predictions :
Optional set of predictions
estimates :
Optional set of estimates (which served for prediction)