ChangePointDetectRequest Constructeurs
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.
Surcharges
ChangePointDetectRequest() | |
ChangePointDetectRequest(IList<Point>, Granularity, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>) |
ChangePointDetectRequest()
- Source:
- ChangePointDetectRequest.cs
public ChangePointDetectRequest ();
Public Sub New ()
S’applique à
ChangePointDetectRequest(IList<Point>, Granularity, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>)
- Source:
- ChangePointDetectRequest.cs
public ChangePointDetectRequest (System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.AnomalyDetector.Models.Point> series, Microsoft.Azure.CognitiveServices.AnomalyDetector.Models.Granularity granularity, int? customInterval = default, int? period = default, int? stableTrendWindow = default, double? threshold = default);
new Microsoft.Azure.CognitiveServices.AnomalyDetector.Models.ChangePointDetectRequest : System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.AnomalyDetector.Models.Point> * Microsoft.Azure.CognitiveServices.AnomalyDetector.Models.Granularity * Nullable<int> * Nullable<int> * Nullable<int> * Nullable<double> -> Microsoft.Azure.CognitiveServices.AnomalyDetector.Models.ChangePointDetectRequest
Public Sub New (series As IList(Of Point), granularity As Granularity, Optional customInterval As Nullable(Of Integer) = Nothing, Optional period As Nullable(Of Integer) = Nothing, Optional stableTrendWindow As Nullable(Of Integer) = Nothing, Optional threshold As Nullable(Of Double) = Nothing)
Paramètres
- granularity
- Granularity
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET