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