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