Package TEES :: Package Evaluators :: Module Evaluator :: Class Evaluator
[hide private]

Class Evaluator

source code

Known Subclasses:

An abstract base class for classes used to evaluate the performance of different classifiers.

Instance Methods [hide private]
 
_calculate(self, predictions) source code
 
compare(self, evaluator)
Compare overall performance between two sets of classified examples.
source code
 
getData(self)
Return the EvaluationData corresponding to the main evaluation criterion for this Evaluator.
source code
 
saveCSV(self, filename, fold=None) source code
 
toDict(self) source code
 
toStringConcise(self, indent='', title=None) source code
Static Methods [hide private]
 
average(evaluators)
Return the average of the main evaluation criteria for this Evaluator type.
source code
 
pool(evaluators)
Return the average of the main evaluation criteria for this Evaluator type calculated by pooling all individual classifications.
source code