Delen via


UnivariateChangePointDetectionOptions.Series Property

Definition

Time series data points. Points should be sorted by time stamp in ascending order to match the change point detection result.

public System.Collections.Generic.IList<Azure.AI.AnomalyDetector.TimeSeriesPoint> Series { get; }
member this.Series : System.Collections.Generic.IList<Azure.AI.AnomalyDetector.TimeSeriesPoint>
Public ReadOnly Property Series As IList(Of TimeSeriesPoint)

Property Value

Applies to