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;