1 write to _col
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
311_col = col;
3 references to _col
Microsoft.ML.Data (3)
DataView\Transposer.cs (3)
327Ch.Assert(0 <= _col && _col < _parent.Schema.Count); 328return ((ITransposeDataView)_parent).GetSlotType(_col);