4 references to Options
Microsoft.ML.Transforms (4)
MissingValueReplacing.cs (3)
21
[assembly: LoadableClass(MissingValueReplacingTransformer.Summary, typeof(IDataTransform), typeof(MissingValueReplacingTransformer), typeof(MissingValueReplacingTransformer.
Options
), typeof(SignatureDataTransform),
429
internal static IDataTransform Create(IHostEnvironment env,
Options
options, IDataView input)
1003
/// This constructor is used internally to convert from <see cref="MissingValueReplacingTransformer.
Options
"/> to <see cref="ColumnOptions"/>
NAHandling.cs (1)
82
public static CommonOutputs.TransformOutput Replace(IHostEnvironment env, MissingValueReplacingTransformer.
Options
input)