6 writes to StopWordsRemoverOptions
Microsoft.ML.Core.Tests (1)
UnitTests\TestEntryPoints.cs (1)
1808StopWordsRemoverOptions = new StopWordsRemovingEstimator.Options(),
Microsoft.ML.PerformanceTests (1)
StochasticDualCoordinateAscentClassifierBench.cs (1)
106StopWordsRemoverOptions = new StopWordsRemovingEstimator.Options(),
Microsoft.ML.Samples (2)
Dynamic\TextTransform.cs (1)
58StopWordsRemoverOptions =
Dynamic\Transforms\Text\FeaturizeTextWithOptions.cs (1)
52StopWordsRemoverOptions = new StopWordsRemovingEstimator.Options()
Microsoft.ML.Tests (2)
Transformers\TextFeaturizerTests.cs (2)
51var options = new TextFeaturizingEstimator.Options() { StopWordsRemoverOptions = new StopWordsRemovingEstimator.Options(), OutputTokensColumnName = "OutputTokens" }; 244StopWordsRemoverOptions = new CustomStopWordsRemovingEstimator.Options()
1 reference to StopWordsRemoverOptions
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
138/// The underlying state of <see cref="StopWordsRemover"/> and <see cref="StopWordsRemoverOptions"/>.