Package TEES :: Package ExampleBuilders
[hide private]

Source Code for Package TEES.ExampleBuilders

 1  """ 
 2  Turn input data into machine learning examples. 
 3   
 4  ExampleBuilders are used to convert any input data into a format that can 
 5  be classified with a Classifier. The ExampleBuilder produces a number of  
 6  examples, each consisting of (an optional) correct class and a feature vector, 
 7  a list of feature id / feature value pairs. 
 8  """ 
 9