1 write to _colToActivesIndex
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinaryLoader.cs (1)
1256Utils.BuildSubsetMaps(toc.Length, columnsNeeded, out activeIndices, out _colToActivesIndex);
4 references to _colToActivesIndex
Microsoft.ML.Data (4)
DataLoadSave\Binary\BinaryLoader.cs (4)
1969Ch.CheckParam(column.Index < _colToActivesIndex.Length, nameof(column)); 1970return _colToActivesIndex[column.Index] >= 0; 2037Ch.CheckParam(column.Index < _colToActivesIndex.Length, nameof(column), "requested column not active."); 2039var originGetter = _pipeGetters[_colToActivesIndex[column.Index]];