1 write to _incolToLim
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
749
_incolToLim
= new int[toSlice.Length];
4 references to _incolToLim
Microsoft.ML.Data (4)
DataView\Transposer.cs (4)
760
_incolToLim
[c] = outputColumnCount += splitter.ColumnCount;
813
_host.Assert(0 <= incol && incol <
_incolToLim
.Length);
814
outMin = incol == 0 ? 0 :
_incolToLim
[incol - 1];
815
outLim =
_incolToLim
[incol];