3 references to GetInputIndex
Microsoft.ML.Data (3)
Transforms\ColumnSelecting.cs (3)
643
int index = _mapper.
GetInputIndex
(column.Index);
720
active[_mapper.
GetInputIndex
(column.Index)] = true;
778
int index = _mapper.
GetInputIndex
(column.Index);