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