Interface SequenceStream<S>
- All Superinterfaces:
AutoCloseable, ObjectStream<Sequence<S>>
Interface for streams of
sequences used to train sequence models.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionEvent[]updateContext(Sequence<S> sequence, MaxentModel model) Creates a new event array based on the outcomes predicted by the specified parameters for the specifiedSequence.Methods inherited from interface ObjectStream
close, read, reset
-
Method Details
-
updateContext
-