10 writes to WordFeatureExtractor
Microsoft.ML.IntegrationTests (2)
DataTransformation.cs (1)
141
WordFeatureExtractor
= new WordBagEstimator.Options(),
Debugging.cs (1)
56
WordFeatureExtractor
= new WordBagEstimator.Options { NgramLength = 1 },
Microsoft.ML.PerformanceTests (2)
FeaturizeTextBench.cs (1)
65
WordFeatureExtractor
= new WordBagEstimator.Options()
StochasticDualCoordinateAscentClassifierBench.cs (1)
109
WordFeatureExtractor
= null,
Microsoft.ML.Samples (1)
Dynamic\Transforms\Text\FeaturizeTextWithOptions.cs (1)
57
WordFeatureExtractor
= new WordBagEstimator.Options()
Microsoft.ML.Tests (4)
Transformers\TextFeaturizerTests.cs (4)
71
WordFeatureExtractor
= new WordBagEstimator.Options() { NgramLength = 1 },
100
WordFeatureExtractor
= new WordBagEstimator.Options() { NgramLength = 1 },
142
WordFeatureExtractor
= new WordBagEstimator.Options() { NgramLength = 1 },
184
WordFeatureExtractor
= null,
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
275
WordFeatureExtractor
= new WordBagEstimator.Options();
1 reference to WordFeatureExtractor
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
206
/// The underlying state of <see cref="WordFeatureExtractorFactory"/> and <see cref="
WordFeatureExtractor
"/>.