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)
327
Ch.Assert(0 <=
_col
&&
_col
< _parent.Schema.Count);
328
return ((ITransposeDataView)_parent).GetSlotType(
_col
);