UnivariateChangePointDetectionOptions Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de 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)
Paramètres
- series
- IEnumerable<TimeSeriesPoint>
Points de données de série chronologique. Les points doivent être triés par horodatage dans l’ordre croissant pour correspondre au résultat de la détection des points de modification.
- granularity
- TimeGranularity
La granularité est utilisée pour vérifier si la série d’entrée est valide.
Exceptions
series
a la valeur null.
S’applique à
Azure SDK for .NET