In the model Parameters, there is a section where we have to specify the inference type. It is written in the example Model Parameters that the following inference types are available.
-
TemporalNextStep: Returns one prediction into the future, assumes input contains temporal semantics.
-
NontemporalClassification: Returns classification of input.
-
TemporalClassification: Returns classification of input, assumes input contains temporal semantics.
-
NontemporalAnomaly: Returns anomaly score.
-
TemporalAnomaly: Returns anomaly score, assumes input contains temporal semantics.
-
NontemporalMultiStep: Returns many prediction into the future.
-
TemporalMultiStep: Returns many prediction into the future, assumes input contains temporal semantics.