1 write to _inputToSubsetColIndex
Microsoft.ML.Data (1)
DataView\CacheDataView.cs (1)
91_subsetInput = SelectCachableColumns(input, _host, ref prefetch, out _inputToSubsetColIndex);
4 references to _inputToSubsetColIndex
Microsoft.ML.Data (4)
DataView\CacheDataView.cs (4)
184int inputIndexLim = _inputToSubsetColIndex == null ? _subsetInput.Schema.Count : _inputToSubsetColIndex.Length; 186var result = _inputToSubsetColIndex == null ? inputIndex : _inputToSubsetColIndex[inputIndex];