1 write to _col
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
1434_col = col;
3 references to _col
Microsoft.ML.Data (3)
DataView\Transposer.cs (3)
1437builder.AddColumn(_data.Schema[_col].Name, _type); 1443var type = _data.Schema[_col].Type; 1479_slotCursor = _parent._data.GetSlotCursor(parent._col);