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