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)
1437
builder.AddColumn(_data.Schema[
_col
].Name, _type);
1443
var type = _data.Schema[
_col
].Type;
1479
_slotCursor = _parent._data.GetSlotCursor(parent.
_col
);