1 write to NgramLength
Microsoft.ML.Transforms (1)
Text\WordBagTransform.cs (1)
156NgramLength = 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), 394if (NgramLength != null || SkipLength != null || UseAllLengths != null || Utils.Size(MaxNumTerms) > 0 || 530column.NgramLength ?? options.NgramLength,