1 write to NgramLength
Microsoft.ML.Transforms (1)
Text\WordHashBagProducingTransform.cs (1)
125NgramLength = column.NgramLength,
6 references to NgramLength
Microsoft.ML.Transforms (6)
Text\WordHashBagProducingTransform.cs (6)
62if (NgramLength != null || SkipLength != null || Seed != null || 125NgramLength = column.NgramLength, 196HelpText = "Whether to include all n-gram lengths up to " + nameof(NgramLength) + " or only " + nameof(NgramLength), 239if (NgramLength != null || SkipLength != null || Seed != null || 362column.NgramLength ?? options.NgramLength,