13 instantiations of Options
Microsoft.ML.IntegrationTests (3)
DataTransformation.cs (2)
140CharFeatureExtractor = new WordBagEstimator.Options() { NgramLength = 3, UseAllLengths = false }, 141WordFeatureExtractor = new WordBagEstimator.Options(),
Debugging.cs (1)
56WordFeatureExtractor = new WordBagEstimator.Options { NgramLength = 1 },
Microsoft.ML.PerformanceTests (1)
FeaturizeTextBench.cs (1)
65WordFeatureExtractor = new WordBagEstimator.Options()
Microsoft.ML.Samples (2)
Dynamic\Transforms\Text\FeaturizeTextWithOptions.cs (2)
57WordFeatureExtractor = new WordBagEstimator.Options() 64CharFeatureExtractor = new WordBagEstimator.Options()
Microsoft.ML.Tests (5)
Transformers\TextFeaturizerTests.cs (5)
71WordFeatureExtractor = new WordBagEstimator.Options() { NgramLength = 1 }, 100WordFeatureExtractor = new WordBagEstimator.Options() { NgramLength = 1 }, 142WordFeatureExtractor = new WordBagEstimator.Options() { NgramLength = 1 }, 185CharFeatureExtractor = new WordBagEstimator.Options() { NgramLength = 1 }, 213CharFeatureExtractor = new WordBagEstimator.Options() { NgramLength = 1 },
Microsoft.ML.Transforms (2)
Text\TextFeaturizingEstimator.cs (2)
275WordFeatureExtractor = new WordBagEstimator.Options(); 276CharFeatureExtractor = new WordBagEstimator.Options() { NgramLength = 3, UseAllLengths = false };
4 references to Options
Microsoft.ML.Transforms (4)
Text\TextFeaturizingEstimator.cs (4)
208private WordBagEstimator.Options _wordFeatureExtractor; 220public WordBagEstimator.Options WordFeatureExtractor 247private WordBagEstimator.Options _charFeatureExtractor; 253public WordBagEstimator.Options CharFeatureExtractor