1 write to _actives
Microsoft.ML.Data (1)
DataLoadSave\Transpose\TransposeLoader.cs (1)
770
Utils.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];
774
for (int i = 0; i <
_actives
.Length; ++i)
775
Init(
_actives
[i]);