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
-
Event
Instantiates anEvent
.- Parameters:
outcome
- The outcome to use. Must not benull
.context
- Thearray
of context elements. Must not benull
.
-
Event
Instantiates anEvent
.- Parameters:
outcome
- The outcome to use. Must not benull
.context
- Thearray
of context elements. Must not benull
.values
- Thefloat
array to use.
-
Event
Instantiates anEvent
.- Parameters:
outcome
- The outcome to use. Must not benull
.context
- Thearray
of context elements. Must not benull
.values
- Thefloat
array to use.
-
-
Method Details