1 write to ClassIndex
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)
1 reference to ClassIndex
Microsoft.ML.Data (1)
Transforms\LabelIndicatorTransform.cs (1)
142
_classIndex[iinfo] = options.Columns[iinfo].ClassIndex ?? options.
ClassIndex
;