See: Description
| Interface | Description | 
|---|---|
| ContextGenerator<T> | 
 Generate contexts for maxent decisions. 
 | 
| DataStream | 
 A interface for objects which can deliver a stream of training data to be
 supplied to an EventStream. 
 | 
| Class | Description | 
|---|---|
| BasicContextGenerator | 
 Generate contexts for maxent decisions, assuming that the input
 given to the getContext() method is a String containing contextual
 predicates separated by spaces. 
 | 
| GISModel | 
 A maximum entropy model which has been trained using the Generalized
 Iterative Scaling procedure (implemented in GIS.java). 
 | 
| GISTrainer | 
 An implementation of Generalized Iterative Scaling. 
 | 
| RealBasicEventStream | 
Copyright © 2020 The Apache Software Foundation. All rights reserved.