1 instantiation of InvertHashCollector
Microsoft.ML.Data (1)
Transforms\Hashing.cs (1)
1602Collector = new InvertHashCollector<T>(1 << ex.NumberOfBits, invertHashMaxCount, GetTextMap(), GetComparer());
1 reference to InvertHashCollector
Microsoft.ML.Data (1)
Transforms\Hashing.cs (1)
1594protected readonly InvertHashCollector<T> Collector;