12 writes to NgramLength
Microsoft.ML.IntegrationTests (2)
DataTransformation.cs (1)
140CharFeatureExtractor = new WordBagEstimator.Options() { NgramLength = 3, UseAllLengths = false },
Debugging.cs (1)
56WordFeatureExtractor = new WordBagEstimator.Options { NgramLength = 1 },
Microsoft.ML.PerformanceTests (1)
FeaturizeTextBench.cs (1)
67NgramLength = 2,
Microsoft.ML.Samples (2)
Dynamic\Transforms\Text\FeaturizeTextWithOptions.cs (2)
59NgramLength 66NgramLength
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 (1)
276CharFeatureExtractor = new WordBagEstimator.Options() { NgramLength = 3, UseAllLengths = false };
Text\WrappedTextTransformers.cs (1)
84NgramLength = 2;
2 references to NgramLength
Microsoft.ML.Transforms (2)
Text\TextFeaturizingEstimator.cs (2)
230extractor.NgramLength = _wordFeatureExtractor.NgramLength; 263extractor.NgramLength = _charFeatureExtractor.NgramLength;