2 implementations of GarbageCounts
Microsoft.ML.Transforms (2)
Dracula\CountTable.cs (1)
43
public IReadOnlyCollection<float>
GarbageCounts
=> _garbageCounts;
Dracula\MultiCountTable.cs (1)
374
public IReadOnlyCollection<float>
GarbageCounts
=> _table.GarbageCounts;
2 references to GarbageCounts
Microsoft.ML.Transforms (2)
Dracula\Featurizer.cs (1)
155
foreach (var count in countTable.
GarbageCounts
)
Dracula\MultiCountTable.cs (1)
374
public IReadOnlyCollection<float> GarbageCounts => _table.
GarbageCounts
;