UnivariateDetectionOptions.ImputeFixedValue 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 the value to fill. It's used when granularity is not "none" and imputeMode is "fixed".
public float? ImputeFixedValue { get; set; }
member this.ImputeFixedValue : Nullable<single> with get, set
Public Property ImputeFixedValue As Nullable(Of Single)