2 writes to _view
Microsoft.ML.Data (2)
DataView\Transposer.cs (2)
480
_view
= parent._view;
486
_view
= parent._splitView;
5 references to _view
Microsoft.ML.Data (5)
DataView\Transposer.cs (5)
491
Ch.AssertValue(
_view
);
517
var type =
_view
.Schema[_colCurr].Type;
535
var currentColumn =
_view
.Schema[_colCurr];
536
using (var cursor =
_view
.GetRowCursor(currentColumn))
690
_slotLim =
_view
.Schema[_colCurr].Type.GetValueCount();