1 instantiation of Options
Microsoft.ML.Data (1)
Transforms\LabelIndicatorTransform.cs (1)
129
: this(env, new
Options
() { Columns = new[] { new Column() { Source = source ?? name, Name = name } }, ClassIndex = classIndex }, input)
4 references to Options
Microsoft.ML.Data (4)
Transforms\LabelIndicatorTransform.cs (4)
15
[assembly: LoadableClass(typeof(LabelIndicatorTransform), typeof(LabelIndicatorTransform.
Options
), typeof(SignatureDataTransform),
90
Options
options, IDataView input)
133
internal LabelIndicatorTransform(IHostEnvironment env,
Options
options, IDataView input)
231
public static CommonOutputs.TransformOutput LabelIndicator(IHostEnvironment env,
Options
input)