UnivariateChangePointDetectionOptions コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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 です。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET