Share via


UnivariateDetectionOptions.ImputeMode Property

Definition

Specifies how to deal with missing values in the input series. It's used when granularity is not "none".

public Azure.AI.AnomalyDetector.ImputeMode? ImputeMode { get; set; }
member this.ImputeMode : Nullable<Azure.AI.AnomalyDetector.ImputeMode> with get, set
Public Property ImputeMode As Nullable(Of ImputeMode)

Property Value

Applies to