3 overrides of SlotIndex
Microsoft.ML.Data (3)
Data\SlotCursor.cs (2)
98public override int SlotIndex => _root.SlotIndex; 116public override int SlotIndex => _slotIndex;
DataLoadSave\Transpose\TransposeLoader.cs (1)
706public override int SlotIndex
5 references to SlotIndex
Microsoft.ML.Data (5)
Data\SlotCursor.cs (1)
98public override int SlotIndex => _root.SlotIndex;
DataView\Transposer.cs (4)
1516Ch.Check(_slotCursor.SlotIndex >= 0, RowCursorUtils.FetchValueStateError); 1517id = new DataViewRowId((ulong)_slotCursor.SlotIndex, 0); 1571Ch.Check(_slotCursor.SlotIndex >= 0, RowCursorUtils.FetchValueStateError); 1572id = new DataViewRowId((ulong)_slotCursor.SlotIndex, 0);