2 references to LabelIndicatorTransform
Microsoft.ML.Data (2)
Transforms\LabelIndicatorTransform.cs (2)
97
ch => new
LabelIndicatorTransform
(h, options, input));
129
:
this
(env, new Options() { Columns = new[] { new Column() { Source = source ?? name, Name = name } }, ClassIndex = classIndex }, input)