Implemented interface member:
method
GetCounts
Microsoft.ML.Transforms.ICountTable.GetCounts(System.Int64, System.Span<System.Single>)
2 overrides of GetCounts
Microsoft.ML.Transforms (2)
Dracula\CMCountTable.cs (1)
145public override void GetCounts(long key, Span<float> counts)
Dracula\DictCountTable.cs (1)
116public override void GetCounts(long key, Span<float> counts)