1 write to StopWordsRemover
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
179StopWordsRemover = 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"/>. 425_stopWordsRemover = OptionalSettings.StopWordsRemover; 664estimator._stopWordsRemover = args.StopWordsRemover;