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