次の方法で共有


UnivariateChangePointDetectionOptions コンストラクター

定義

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)

パラメーター

series
IEnumerable<TimeSeriesPoint>

時系列データ ポイント。 ポイントは、変更ポイントの検出結果と一致するように、タイム スタンプで昇順で並べ替える必要があります。

granularity
TimeGranularity

粒度は、入力系列が有効かどうかを確認するために使用されます。

例外

series が null です。

適用対象