1 instantiation of SlotDataView
Microsoft.ML.Data (1)
DataLoadSave\Transpose\TransposeSaver.cs (1)
153viewAction(data.Schema[col].Name, new TransposerUtils.SlotDataView(_host, data, col));
4 references to SlotDataView
Microsoft.ML.Data (4)
DataView\Transposer.cs (4)
1412private static readonly FuncInstanceMethodInfo1<SlotDataView, bool, DataViewRowCursor> _getRowCursorMethodInfo 1413= FuncInstanceMethodInfo1<SlotDataView, bool, DataViewRowCursor>.Create(target => target.GetRowCursor<int>); 1467private readonly SlotDataView _parent; 1475public Cursor(SlotDataView parent, bool active)