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