1 write to _nameToICol
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
107
_nameToICol
= new Dictionary<string, int>();
1 reference to _nameToICol
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
114
_nameToICol
[(_cols[c] = schema[columns[c]]).Name] = c;