SPL File TSTypes.spl

Content

Types

Composites

composite TSTypes

Composite that contains types that are applicable to multiple operators in the timeseries toolkit

Static Types

TSTypes.ConfidenceInterval = float64 lower, float64 upper;

This type represents a confidence interval for forecasting results.

TSTypes.TSSignal = enum { Monitor, Load, Retrain, RetrainAll, Suspend, Resume, UpdateParamsAll };

An enum type containing possible control signals supported by the timeseries toolkit. Operators may only implement a subset of these control signals (see specific operator documentation for details).