ChangePointDetectRequest Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ChangePointDetectRequest() | |
ChangePointDetectRequest(IList<Point>, Granularity, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Double>) |
ChangePointDetectRequest()
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)
Parameters
- granularity
- Granularity
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET