1 type derived from InvertHashHelper
Microsoft.ML.Data (1)
Transforms\Hashing.cs (1)
1592private abstract class Impl<T> : InvertHashHelper
6 references to InvertHashHelper
Microsoft.ML.Data (6)
Transforms\Hashing.cs (6)
231InvertHashHelper[] helpers = new InvertHashHelper[invertIinfos.Count]; 241helpers[i] = InvertHashHelper.Create(srcCursor, ex, maxCount, dstGetter); 1500/// Constructs an <see cref="InvertHashHelper"/> instance to accumulate hash/value pairs 1508public static InvertHashHelper Create(DataViewRow row, HashingEstimator.ColumnOptions ex, int invertHashMaxCount, Delegate dstGetter) 1521return (InvertHashHelper)constructorInfo.Invoke(new object[] { row, ex, invertHashMaxCount, dstGetter });