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