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