9 references to UseAllLengths
Microsoft.ML.Transforms (9)
Text\NgramTransform.cs (4)
87public bool UseAllLengths = NgramExtractingEstimator.Defaults.UseAllLengths; 911bool useAllLengths = Defaults.UseAllLengths, 933bool useAllLengths = Defaults.UseAllLengths, 1025bool useAllLengths = Defaults.UseAllLengths,
Text\TextCatalog.cs (3)
273bool useAllLengths = NgramExtractingEstimator.Defaults.UseAllLengths, 359bool useAllLengths = NgramExtractingEstimator.Defaults.UseAllLengths, 413bool useAllLengths = NgramExtractingEstimator.Defaults.UseAllLengths,
Text\WordBagTransform.cs (1)
420public bool UseAllLengths = NgramExtractingEstimator.Defaults.UseAllLengths;
Text\WrappedTextTransformers.cs (1)
86UseAllLengths = NgramExtractingEstimator.Defaults.UseAllLengths;