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