Request.MaxAnomalyRatio Property

Definition

Gets or sets optional argument, advanced model parameter, max anomaly ratio in a time series.

[Newtonsoft.Json.JsonProperty(PropertyName="maxAnomalyRatio")]
public double? MaxAnomalyRatio { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxAnomalyRatio")>]
member this.MaxAnomalyRatio : Nullable<double> with get, set
Public Property MaxAnomalyRatio As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to