1 write to GroupKeys
Microsoft.ML.Transforms (1)
GroupTransform.cs (1)
106
: this(env, new Options() {
GroupKeys
= new[] { groupKey }, Columns = columns }, input)
4 references to GroupKeys
Microsoft.ML.Transforms (4)
GroupTransform.cs (4)
114
Host.CheckUserArg(Utils.Size(options.
GroupKeys
) > 0, nameof(options.
GroupKeys
), "There must be at least one group key");
116
_groupBinding = new GroupBinding(Host, Source.Schema, options.
GroupKeys
, options.Columns ?? new string[0]);
227
GroupColumnIndexes = GetColumnIds(inputSchema, groupColumns, x => _ectx.ExceptUserArg(nameof(Options.
GroupKeys
), x));