4 references to DefaultValue
Microsoft.ML.Samples (2)
Dynamic\Transforms\ReplaceMissingValues.cs (1)
34
.ReplacementMode.
DefaultValue
);
Dynamic\Transforms\ReplaceMissingValuesMultiColumn.cs (1)
40
MissingValueReplacingEstimator.ReplacementMode.
DefaultValue
);
Microsoft.ML.Transforms (2)
ExtensionsCatalog.cs (1)
115
/// The missing values of the input column, in this new column are replaced with <see cref="MissingValueReplacingEstimator.ReplacementMode.
DefaultValue
"/>.
MissingValueReplacing.cs (1)
958
public const ReplacementMode Mode = ReplacementMode.
DefaultValue
;