1 instantiation of InvertHashHelper
Microsoft.ML.Transforms (1)
Text\NgramHashingTransformer.cs (1)
229
var helper = new
InvertHashHelper
(this, input.Schema, friendlyNames, sourceColumnsForInvertHash, invertHashMaxCounts);
1 reference to InvertHashHelper
Microsoft.ML.Transforms (1)
Text\NgramHashingTransformer.cs (1)
229
var
helper = new InvertHashHelper(this, input.Schema, friendlyNames, sourceColumnsForInvertHash, invertHashMaxCounts);