1 instantiation of Options
Microsoft.ML.Transforms (1)
MissingValueHandlingTransformer.cs (1)
227output = MissingValueIndicatorTransformer.Create(h, new MissingValueIndicatorTransformer.Options() { Columns = naIndicatorCols.ToArray() }, input);
4 references to Options
Microsoft.ML.Transforms (4)
MissingValueIndicatorTransformer.cs (3)
17[assembly: LoadableClass(MissingValueIndicatorTransformer.Summary, typeof(IDataTransform), typeof(MissingValueIndicatorTransformer), typeof(MissingValueIndicatorTransformer.Options), typeof(SignatureDataTransform), 96internal MissingValueIndicatorTransformer(IHostEnvironment env, Options options) 120internal static IDataTransform Create(IHostEnvironment env, Options options, IDataView input)
NAHandling.cs (1)
67public static CommonOutputs.TransformOutput Indicator(IHostEnvironment env, MissingValueIndicatorTransformer.Options input)