Home | Trees | Indices | Help |
|
---|
|
Class to contain information and display confusion matrix.
Implementation of the SummaryStatistics in the case of classification problem. Actual computation of confusion matrix is delayed until all data is acquired (to figure out complete set of labels). If testing data doesn't have a complete set of labels, but you like to include all labels, provide them as a parameter to the constructor.
Confusion matrix provides a set of performance statistics (use asstring(description=True) for the description of abbreviations), as well ROC curve (http://en.wikipedia.org/wiki/ROC_curve) plotting and analysis (AUC) in the limited set of problems: binary, multiclass 1-vs-all.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
_STATS_DESCRIPTION = 'TP', 'true positive (AKA hit)', None, ('
|
|||
labels_map = property(fget= getLabels_map, fset= setLabels_map)
|
|||
Inherited from |
|
|||
__labels List of known labels |
|||
__labels_map Mapping from original into given labels |
|||
__matrix Resultant confusion matrix |
|||
Inherited from |
|
|||
Inherited from |
|
|
|
|
|
Parameters:
|
|
|
|
|
|
_STATS_DESCRIPTION
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:23 2012 | http://epydoc.sourceforge.net |