5 writes to UseAllLengths
Microsoft.ML.IntegrationTests (1)
DataTransformation.cs (1)
140
CharFeatureExtractor = new WordBagEstimator.Options() { NgramLength = 3,
UseAllLengths
= false },
Microsoft.ML.Samples (2)
Dynamic\Transforms\Text\FeaturizeTextWithOptions.cs (2)
61
UseAllLengths
= true
68
UseAllLengths
= false
Microsoft.ML.Transforms (2)
Text\TextFeaturizingEstimator.cs (1)
276
CharFeatureExtractor = new WordBagEstimator.Options() { NgramLength = 3,
UseAllLengths
= false };
Text\WrappedTextTransformers.cs (1)
86
UseAllLengths
= NgramExtractingEstimator.Defaults.UseAllLengths;
2 references to UseAllLengths
Microsoft.ML.Transforms (2)
Text\TextFeaturizingEstimator.cs (2)
232
extractor.UseAllLengths = _wordFeatureExtractor.
UseAllLengths
;
265
extractor.UseAllLengths = _charFeatureExtractor.
UseAllLengths
;