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); 827splitInd = _colToSplitIndex[col];