UnivariateDetectionOptions.ImputeMode Property
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.
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)