1 write to _colMap
Microsoft.ML.Data (1)
Transforms\ColumnBindingsBase.cs (1)
724_colMap = indices.ToArray();
6 references to _colMap
Microsoft.ML.Data (6)
Transforms\ColumnBindingsBase.cs (6)
726for (int i = 0; i < _colMap.Length; i++) 728int colIndex = _colMap[i]; 749Contracts.Assert(0 <= col && col < _colMap.Length); 750int index = _colMap[col]; 775for (int dst = 0; dst < _colMap.Length; dst++) 777int src = _colMap[dst];