1 write to NgramLength
Microsoft.ML.Transforms (1)
Text\WordBagTransform.cs (1)
156
NgramLength
= column.NgramLength,
4 references to NgramLength
Microsoft.ML.Transforms (4)
Text\WordBagTransform.cs (4)
368
"Whether to include all n-gram lengths up to " + nameof(
NgramLength
) + " or only " + nameof(
NgramLength
),
394
if (
NgramLength
!= null || SkipLength != null || UseAllLengths != null || Utils.Size(MaxNumTerms) > 0 ||
530
column.
NgramLength
?? options.NgramLength,