1 write to UseAllLengths
Microsoft.ML.Transforms (1)
Text\WordBagTransform.cs (1)
159
UseAllLengths
= column.UseAllLengths,
2 references to UseAllLengths
Microsoft.ML.Transforms (2)
Text\WordBagTransform.cs (2)
394
if (NgramLength != null || SkipLength != null ||
UseAllLengths
!= null || Utils.Size(MaxNumTerms) > 0 ||
532
column.
UseAllLengths
?? options.UseAllLengths,