3 writes to SkipLength
Microsoft.ML.Transforms (3)
Text\WordHashBagProducingTransform.cs (2)
143SkipLength = options.SkipLength, 404SkipLength = extractorArgs.SkipLength,
Text\WrappedTextTransformers.cs (1)
383SkipLength = _skipLength,
5 references to SkipLength
Microsoft.ML.Transforms (5)
Text\WordHashBagProducingTransform.cs (5)
143SkipLength = options.SkipLength, 363column.SkipLength ?? options.SkipLength, 385h.CheckUserArg(extractorArgs.SkipLength < extractorArgs.NgramLength, nameof(extractorArgs.SkipLength), "Should be less than " + nameof(extractorArgs.NgramLength)); 404SkipLength = extractorArgs.SkipLength,