Package TEES :: Package Classifiers
[hide private]

Source Code for Package TEES.Classifiers

 1  """ 
 2  Classifiers predict the class of an example. 
 3   
 4  Most of the Classifier classes are wrappers for external, publicly available 
 5  classifier implementations. They are used to predict the classes of examples 
 6  generated by ExampleBuilders. The correctness of these predictions can then 
 7  be measured with Evaluators. 
 8  """ 
 9