2 instantiations of LabelIndicatorTransform
Microsoft.ML.Data (2)
Transforms\LabelIndicatorTransform.cs (2)
86ch => new LabelIndicatorTransform(h, ctx, input)); 97ch => new LabelIndicatorTransform(h, options, input));
14 references to LabelIndicatorTransform
Microsoft.ML.Data (14)
Transforms\LabelIndicatorTransform.cs (14)
15[assembly: LoadableClass(typeof(LabelIndicatorTransform), typeof(LabelIndicatorTransform.Options), typeof(SignatureDataTransform), 16LabelIndicatorTransform.UserName, LabelIndicatorTransform.LoadName, "LabelIndicator")] 17[assembly: LoadableClass(typeof(LabelIndicatorTransform), null, typeof(SignatureLoadDataTransform), LabelIndicatorTransform.UserName, 18LabelIndicatorTransform.LoaderSignature)] 19[assembly: LoadableClass(typeof(void), typeof(LabelIndicatorTransform), null, typeof(SignatureEntryPointModule), LabelIndicatorTransform.LoadName)] 44loaderAssemblyName: typeof(LabelIndicatorTransform).Assembly.FullName); 78public static LabelIndicatorTransform Create(IHostEnvironment env, 89public static LabelIndicatorTransform Create(IHostEnvironment env, 117/// Initializes a new instance of <see cref="LabelIndicatorTransform"/>. 238var xf = Create(host, input, input.Data);