1 instantiation of UngroupBinding
Microsoft.ML.Transforms (1)
UngroupTransform.cs (1)
364return new UngroupBinding(ectx, inputSchema, mode, pivotColumns);
8 references to UngroupBinding
Microsoft.ML.Transforms (8)
UngroupTransform.cs (8)
95private readonly UngroupBinding _ungroupBinding; 137_ungroupBinding = UngroupBinding.Create(ctx, host, input.Schema); 343public static UngroupBinding Create(ModelLoadContext ctx, IExceptionContext ectx, DataViewSchema inputSchema) 451private readonly UngroupBinding _ungroupBinding; 460/// Total number of input columns is <see cref="UngroupBinding.InputColumnCount"/> of <see cref="_ungroupBinding"/>. 461/// Note that the number of input columns equals to the number of output columns; that is, <see cref="UngroupBinding.InputColumnCount"/> 462/// is identical to the number of columns in <see cref="UngroupBinding.OutputSchema"/>. 479public Cursor(IChannelProvider provider, DataViewRowCursor input, UngroupBinding schema, Func<int, bool> predicate)