ActivePredictionObject
ActivePredictionObject[...] represents the result of an ActivePrediction process.
Examples
Create an active prediction object and query its properties:
obj = ActivePrediction[Sin[#] &, {0, Pi, 2 Pi}];
obj["TrainingExamples"]Please visit the official Wolfram Language Reference for more details.