3 references to BuildSubsetMaps
Microsoft.ML.Data (2)
DataLoadSave\Binary\BinaryLoader.cs (1)
1256Utils.BuildSubsetMaps(toc.Length, columnsNeeded, out activeIndices, out _colToActivesIndex);
DataLoadSave\Transpose\TransposeLoader.cs (1)
770Utils.BuildSubsetMaps(_parent._header.ColumnCount, columnsNeeded, out _actives, out _colToActivesIndex);
Microsoft.ML.Parquet (1)
ParquetLoader.cs (1)
460Utils.BuildSubsetMaps(Schema.Count, columnsNeeded, out _actives, out _colToActivesIndex);