1 write to Collector
Microsoft.ML.Data (1)
Transforms\Hashing.cs (1)
1602Collector = new InvertHashCollector<T>(1 << ex.NumberOfBits, invertHashMaxCount, GetTextMap(), GetComparer());
5 references to Collector
Microsoft.ML.Data (5)
Transforms\Hashing.cs (5)
1617return Collector.GetMetadata(); 1651Collector.Add(_hash, _srcGetter, ref _value); 1685Collector.Add(hashValues[i], valueValues[i]); 1731Collector.Add(hashValues[i], new KeyValuePair<int, T>(i, valueValues[i])); 1737Collector.Add(hashValues[i], new KeyValuePair<int, T>(hashIndices[i], valueValues[i]));