1 write to _colToSplitIndex
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
769
_colToSplitIndex
= new int[outputColumnCount];
4 references to _colToSplitIndex
Microsoft.ML.Data (4)
DataView\Transposer.cs (4)
782
_colToSplitIndex
[outputColumnCount] = c;
787
_host.Assert(outputColumnCount ==
_colToSplitIndex
.Length);
826
_host.Assert(0 <= col && col <
_colToSplitIndex
.Length);
827
splitInd =
_colToSplitIndex
[col];