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.

mvpa.clfs.transerror.RegressionStatistics

Inheritance diagram of RegressionStatistics

class mvpa.clfs.transerror.RegressionStatistics(**kwargs)

Class to contain information and display on regression results.

Initialize RegressionStatistics

Parameters :

targets :

Optional set of targets

predictions :

Optional set of predictions

as_string(short=False, header=True, summary=True, description=False)

‘Pretty print’ the statistics

error
plot(plot=True, plot_stats=True, splot=True)

Provide presentation of regression performance in image

Parameters :

plot : bool

Plot regular plot of values (targets/predictions)

plot_stats : bool

Print basic statistics in the title

splot : bool

Plot scatter plot

Returns :

(fig, im, cb) – figure, imshow, colorbar :

NeuroDebian

NITRC-listed