1 write to _nameMap
Microsoft.ML.DataView (1)
DataViewSchema.cs (1)
453
_nameMap
= new Dictionary<string, int>();
3 references to _nameMap
Microsoft.ML.DataView (3)
DataViewSchema.cs (3)
39
if (!
_nameMap
.TryGetValue(name, out int col))
64
if (
_nameMap
.TryGetValue(name, out int col))
457
_nameMap
[_columns[i].Name] = i;