Interface SequenceTrainer<P extends Parameters>
- All Superinterfaces:
Trainer<P>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiontrain(SequenceStream<T> events) Trains aSequenceClassificationModelfor given.events
-
Field Details
-
SEQUENCE_VALUE
- See Also:
-
-
Method Details
-
train
Trains aSequenceClassificationModelfor given.events - Type Parameters:
T- The generic type of elements to process via theSequenceStream.- Parameters:
events- The inputevents.- Returns:
- The trained
SequenceClassificationModel. - Throws:
IOException- Thrown if IO errors occurred.
-