Share via


UnivariateChangePointDetectionOptions Constructor

Definition

Initializes a new instance of UnivariateChangePointDetectionOptions.

public UnivariateChangePointDetectionOptions (System.Collections.Generic.IEnumerable<Azure.AI.AnomalyDetector.TimeSeriesPoint> series, Azure.AI.AnomalyDetector.TimeGranularity granularity);
new Azure.AI.AnomalyDetector.UnivariateChangePointDetectionOptions : seq<Azure.AI.AnomalyDetector.TimeSeriesPoint> * Azure.AI.AnomalyDetector.TimeGranularity -> Azure.AI.AnomalyDetector.UnivariateChangePointDetectionOptions
Public Sub New (series As IEnumerable(Of TimeSeriesPoint), granularity As TimeGranularity)

Parameters

series
IEnumerable<TimeSeriesPoint>

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

granularity
TimeGranularity

Granularity is used to verify whether the input series is valid.

Exceptions

series is null.

Applies to