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