This content refers to an unreleased development version of PyMVPA

mvpa.clfs.transerror.ROCCurve

Inheritance diagram of ROCCurve

class mvpa.clfs.transerror.ROCCurve(labels, sets=None)

Generic class for ROC curve computation and plotting

Parameters:

labels : list

labels which were used (in order of estimates if multiclass, or 1 per class for binary problems (e.g. in SMLR))

sets : list of tuples

list of sets for the analysis

aucs
Compute and return set of AUC values 1 per label
plot(label_index=0)
TODO: make it friendly to labels given by values?
should we also treat labels_map?
rocs

Previous topic

mvpa.clfs.transerror.ConfusionMatrix

Next topic

mvpa.clfs.transerror.RegressionStatistics

NeuroDebian

NITRC-listed