2 writes to Columns
Microsoft.ML.Data (1)
Transforms\LabelConvertTransform.cs (1)
78: this(env, new Arguments() { Columns = new[] { new Column() { Source = inputColumnName ?? outputColumnName, Name = outputColumnName } } }, input)
Microsoft.ML.FastTree (1)
FastTree.cs (1)
1350convArgs.Columns = new LabelConvertTransform.Column[] { convCol };
2 references to Columns
Microsoft.ML.Data (2)
Transforms\LabelConvertTransform.cs (2)
83: base(env, RegistrationName, Contracts.CheckRef(args, nameof(args)).Columns, input, RowCursorUtils.TestGetLabelGetter) 86Contracts.Assert(Infos.Length == Utils.Size(args.Columns));