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)
726
for (int i = 0; i <
_colMap
.Length; i++)
728
int colIndex =
_colMap
[i];
749
Contracts.Assert(0 <= col && col <
_colMap
.Length);
750
int index =
_colMap
[col];
775
for (int dst = 0; dst <
_colMap
.Length; dst++)
777
int src =
_colMap
[dst];