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