UnivariateDetectionOptions.Series プロパティ

定義

時系列データ ポイント。 異常検出結果と一致するように、ポイントはタイム スタンプで昇順に並べ替える必要があります。 データが正しく並べ替えされていない場合、または重複するタイム スタンプがある場合、API は機能しません。 このような場合は、エラー メッセージが返されます。

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)

プロパティ値

適用対象