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