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
-
Event
-
Event
-
Event
-
-
Method Details
-
getOutcome
- Returns:
- Retrieves the outcome.
-
getContext
-
getValues
public float[] getValues()- Returns:
- Retrieves the
floatarray.
-
toString
-