Package opennlp.tools.ml.model
Class Event
java.lang.Object
opennlp.tools.ml.model.Event
The context of a decision point during training.
 This includes contextual predicates and an outcome.
- 
Constructor Details- 
EventInstantiates anEvent.- Parameters:
- outcome- The outcome to use. Must not be- null.
- context- The- arrayof context elements. Must not be- null.
 
- 
EventInstantiates anEvent.- Parameters:
- outcome- The outcome to use. Must not be- null.
- context- The- arrayof context elements. Must not be- null.
- values- The- floatarray to use.
 
- 
EventInstantiates anEvent.- Parameters:
- outcome- The outcome to use. Must not be- null.
- context- The- arrayof context elements. Must not be- null.
- values- The- floatarray to use.
 
 
- 
- 
Method Details