Package PyML :: Package evaluators :: Module assess :: Class ClassificationFunctions
[frames] | no frames]

Class ClassificationFunctions

source code

object --+
         |
        ClassificationFunctions

Instance Methods
 
__repr__(self)
repr(x)
source code
 
formatConfusionMatrix(self) source code
 
successRates(self) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

__repr__(self)
(Representation operator)

source code 

repr(x)

Overrides: object.__repr__
(inherited documentation)