1 write to SkipLength
Microsoft.ML.Transforms (1)
Text\WordBagTransform.cs (1)
157SkipLength = column.SkipLength,
2 references to SkipLength
Microsoft.ML.Transforms (2)
Text\WordBagTransform.cs (2)
394if (NgramLength != null || SkipLength != null || UseAllLengths != null || Utils.Size(MaxNumTerms) > 0 || 531column.SkipLength ?? options.SkipLength,