1 instantiation of Options
Microsoft.ML.Tests (1)
Transformers\TextFeaturizerTests.cs (1)
244
StopWordsRemoverOptions = new CustomStopWordsRemovingEstimator.
Options
()
3 references to Options
Microsoft.ML.Transforms (3)
Text\TextFeaturizingEstimator.cs (3)
152
/// <description>The <see cref="CustomStopWordsRemovingEstimator.
Options
"/> uses a user-provided list of stop words.</description>
171
else if (_stopWordsRemoverOptions is CustomStopWordsRemovingEstimator.
Options
)
173
var stopwords = (_stopWordsRemoverOptions as CustomStopWordsRemovingEstimator.
Options
).StopWords;