mvpa2.clfs.transerror.ConfusionMatrixError¶
-
class
mvpa2.clfs.transerror.ConfusionMatrixError(labels=None)¶ Compute confusion matrix as an “error function”
This class can be used to compute confusion matrices from classifier output inside cross-validation fold without the
statsconditional attribute. Simply pass an instance of this class to theerrorfxargument ofCrossValidation.Parameters: labels : list
Class labels for confusion matrix columns/rows



