1 write to _actives
Microsoft.ML.Data (1)
DataLoadSave\Transpose\TransposeLoader.cs (1)
770Utils.BuildSubsetMaps(_parent._header.ColumnCount, columnsNeeded, out _actives, out _colToActivesIndex);
4 references to _actives
Microsoft.ML.Data (4)
DataLoadSave\Transpose\TransposeLoader.cs (4)
771_transCursors = new SlotCursor[_actives.Length]; 772_getters = new Delegate[_actives.Length]; 774for (int i = 0; i < _actives.Length; ++i) 775Init(_actives[i]);