12 writes to NgramLength
Microsoft.ML.IntegrationTests (2)
DataTransformation.cs (1)
140
CharFeatureExtractor = new WordBagEstimator.Options() {
NgramLength
= 3, UseAllLengths = false },
Debugging.cs (1)
56
WordFeatureExtractor = new WordBagEstimator.Options {
NgramLength
= 1 },
Microsoft.ML.PerformanceTests (1)
FeaturizeTextBench.cs (1)
67
NgramLength
= 2,
Microsoft.ML.Samples (2)
Dynamic\Transforms\Text\FeaturizeTextWithOptions.cs (2)
59
NgramLength
66
NgramLength
Microsoft.ML.Tests (5)
Transformers\TextFeaturizerTests.cs (5)
71
WordFeatureExtractor = new WordBagEstimator.Options() {
NgramLength
= 1 },
100
WordFeatureExtractor = new WordBagEstimator.Options() {
NgramLength
= 1 },
142
WordFeatureExtractor = new WordBagEstimator.Options() {
NgramLength
= 1 },
185
CharFeatureExtractor = new WordBagEstimator.Options() {
NgramLength
= 1 },
213
CharFeatureExtractor = new WordBagEstimator.Options() {
NgramLength
= 1 },
Microsoft.ML.Transforms (2)
Text\TextFeaturizingEstimator.cs (1)
276
CharFeatureExtractor = new WordBagEstimator.Options() {
NgramLength
= 3, UseAllLengths = false };
Text\WrappedTextTransformers.cs (1)
84
NgramLength
= 2;
2 references to NgramLength
Microsoft.ML.Transforms (2)
Text\TextFeaturizingEstimator.cs (2)
230
extractor.NgramLength = _wordFeatureExtractor.
NgramLength
;
263
extractor.NgramLength = _charFeatureExtractor.
NgramLength
;