1 write to _tview
Microsoft.ML.Data (1)
DataView\Transposer.cs (1)
96
_tview
= _view as ITransposeDataView;
6 references to _tview
Microsoft.ML.Data (6)
DataView\Transposer.cs (6)
99
if (
_tview
!= null)
102
columnSet = columnSet.Where(c =>
_tview
.GetSlotType(c) == null);
239
if (
_tview
?.GetSlotType(col) != null)
240
return
_tview
.GetSlotCursor(col);
242
throw _host.ExceptParam(nameof(col), "Bad call to GetSlotCursor on untransposable column '{0}'",
_tview
.Schema[col].Name);
265
return
_tview
?.GetSlotType(col);