1 write to StopWordsRemover
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
181StopWordsRemover = options;
3 references to StopWordsRemover
Microsoft.ML.Transforms (3)
Text\TextFeaturizingEstimator.cs (3)
138/// The underlying state of <see cref="StopWordsRemover"/> and <see cref="StopWordsRemoverOptions"/>. 431_stopWordsRemover = OptionalSettings.StopWordsRemover; 672estimator._stopWordsRemover = args.StopWordsRemover;