4 references to NgramLength
Microsoft.ML.Transforms (4)
Text\NgramTransform.cs (4)
44"Whether to include all n-gram lengths up to " + nameof(NgramLength) + " or only " + nameof(NgramLength), Name = "AllLengths", ShortName = "all")] 71if (NgramLength != null || UseAllLengths != null || SkipLength != null || Utils.Size(MaxNumTerms) != 0) 426item.NgramLength ?? options.NgramLength,