Package opennlp.tools.ml.model
Class Event
- java.lang.Object
-
- opennlp.tools.ml.model.Event
-
public class Event extends Object
The context of a decision point during training. This includes contextual predicates and an outcome.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String[]
getContext()
String
getOutcome()
float[]
getValues()
String
toString()
-