10 writes to WordFeatureExtractor
Microsoft.ML.IntegrationTests (2)
DataTransformation.cs (1)
141WordFeatureExtractor = new WordBagEstimator.Options(),
Debugging.cs (1)
56WordFeatureExtractor = new WordBagEstimator.Options { NgramLength = 1 },
Microsoft.ML.PerformanceTests (2)
FeaturizeTextBench.cs (1)
65WordFeatureExtractor = new WordBagEstimator.Options()
StochasticDualCoordinateAscentClassifierBench.cs (1)
109WordFeatureExtractor = null,
Microsoft.ML.Samples (1)
Dynamic\Transforms\Text\FeaturizeTextWithOptions.cs (1)
57WordFeatureExtractor = new WordBagEstimator.Options()
Microsoft.ML.Tests (4)
Transformers\TextFeaturizerTests.cs (4)
71WordFeatureExtractor = new WordBagEstimator.Options() { NgramLength = 1 }, 100WordFeatureExtractor = new WordBagEstimator.Options() { NgramLength = 1 }, 142WordFeatureExtractor = new WordBagEstimator.Options() { NgramLength = 1 }, 184WordFeatureExtractor = null,
Microsoft.ML.Transforms (1)
Text\TextFeaturizingEstimator.cs (1)
275WordFeatureExtractor = 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"/>.