4 references to NgramLength
Microsoft.ML.Transforms (4)
Text\NgramHashingTransformer.cs (4)
41
"Whether to include all n-gram lengths up to " + nameof(
NgramLength
) + " or only " + nameof(
NgramLength
), Name = "AllLengths", ShortName = "all")]
97
if (
NgramLength
!= null || UseAllLengths != null || SkipLength != null || Seed != null ||
349
item.
NgramLength
?? options.NgramLength,