SequencePredictorFunction
SequencePredictorFunction[…] represents a function generated by SequencePredict that predicts the next elements from a sequence.
Examples
Create a sequence predictor and use it:
p = SequencePredict[{{1, 2, 3, 4}, {2, 4, 6, 8}}]
p[{1, 2, 3}]Please visit the official Wolfram Language Reference for more details.