Interface ISequenceStream<T>
Interface for streams of sequences used to train sequence models.
public interface ISequenceStream<T> : IObjectStream<Sequence<T>?>, IDisposable
Type Parameters
TThe type of the object which is the source of each sequence.
- Inherited Members
Methods
UpdateContext(Sequence<T>, AbstractModel)
Creates a new event array based on the outcomes predicted by the specified parameters for the specified sequence.
Event[] UpdateContext(Sequence<T> sequence, AbstractModel model)
Parameters
sequenceSequence<T>The sequence to be evaluated.
modelAbstractModelThe model to use for the evaluation.
Returns
- Event[]
event array