Interface SequenceStream<S>

    • Method Detail

      • updateContext

        Event[] updateContext​(Sequence<S> sequence,
                              AbstractModel model)
        Creates a new event array based on the outcomes predicted by the specified parameters for the specified Sequence.
        Parameters:
        sequence - The Sequence to be evaluated.
        model - The model to use.
        Returns:
        The resulting Event array.