1 write to OutputToInputMap
Microsoft.ML.Data (1)
Transforms\ColumnSelecting.cs (1)
536OutputToInputMap = BuildOutputToInputMap(transform.SelectColumns,
4 references to OutputToInputMap
Microsoft.ML.Data (4)
Transforms\ColumnSelecting.cs (4)
540OutputSchema = GenerateOutputSchema(OutputToInputMap, _inputSchema); 545_host.Assert(0 <= outputIndex && outputIndex < OutputToInputMap.Length); 546return OutputToInputMap[outputIndex]; 738var outputToInputMap = _mapper.OutputToInputMap;