1 write to OutputSchema
Microsoft.ML.Transforms (1)
UngroupTransform.cs (1)
317OutputSchema = schemaBuilder.ToSchema();
5 references to OutputSchema
Microsoft.ML.Transforms (5)
UngroupTransform.cs (5)
164public override DataViewSchema OutputSchema => _ungroupBinding.OutputSchema; 249/// <see cref="_pivotIndex"/>[i] is -1 means that the i-th column in both of <see cref="_inputSchema"/> and <see cref="OutputSchema"/> 417/// <param name="col">Column index in <see cref="OutputSchema"/></param> 462/// is identical to the number of columns in <see cref="UngroupBinding.OutputSchema"/>. 594public override DataViewSchema Schema => _ungroupBinding.OutputSchema;