2 references to WordBagEstimator
Microsoft.ML.Transforms (2)
Text\TextCatalog.cs (1)
416=> new WordBagEstimator(Contracts.CheckRef(catalog, nameof(catalog)).GetEnvironment(),
Text\WrappedTextTransformers.cs (1)
116: this(env, outputColumnName, new[] { inputColumnName ?? outputColumnName }, ngramLength, skipLength, useAllLengths, maximumNgramsCount, weighting, termSeparator, freqSeparator)