Base:
property
SlotCount
Microsoft.ML.Transforms.MultiCountTableBase.SlotCount
2 writes to SlotCount
Microsoft.ML.Transforms (2)
Dracula\MultiCountTable.cs (2)
310SlotCount = slotCount; 355SlotCount = ctx.Reader.ReadIntArray(ColCount);
4 references to SlotCount
Microsoft.ML.Transforms (4)
Dracula\MultiCountTable.cs (4)
265_host.Check(table.SlotCount.Zip(inputCols, (count, col) => (count, col)). 271table.SlotCount.CopyTo(_slotCount, 0); 299Host.Check(0 <= iSlot && iSlot < SlotCount[iCol], nameof(iSlot)); 338ctx.Writer.WriteIntsNoCount(SlotCount);