1 write to FreqSeparator
Microsoft.ML.Transforms (1)
Text\WrappedTextTransformers.cs (1)
208FreqSeparator = _freqSeparator,
2 references to FreqSeparator
Microsoft.ML.Transforms (2)
Text\WordBagTransform.cs (2)
164if (options.FreqSeparator != default) 166estimator = estimator.Append(new TextExpandingEstimator(h, tokenizeColumns[0].InputColumnName, options.FreqSeparator, options.TermSeparator));