Base:
property
SlotCount
Microsoft.ML.Transforms.MultiCountTableBase.SlotCount
2 references to SlotCount
Microsoft.ML.Transforms (2)
Dracula\MultiCountTable.cs (2)
97
var slotCounts = table.
SlotCount
;
146
Host.Check(0 <= iSlot && iSlot <
SlotCount
[iCol], nameof(iSlot));