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