2 overrides of SlotCount
Microsoft.ML.Transforms (2)
Dracula\MultiCountTable.cs (2)
139public override int[] SlotCount => _countTables.Select(ct => ct.Length).ToArray(); 292public override int[] SlotCount { get; }
1 reference to SlotCount
Microsoft.ML.Transforms (1)
Dracula\Featurizer.cs (1)
43public ReadOnlySpan<int> SlotCount => _countTables.SlotCount;