5 writes to SkipLength
Microsoft.ML.Transforms (5)
Text\TextFeaturizingEstimator.cs (2)
231
extractor.
SkipLength
= _wordFeatureExtractor.SkipLength;
264
extractor.
SkipLength
= _charFeatureExtractor.SkipLength;
Text\WordBagTransform.cs (2)
135
SkipLength
= options.SkipLength,
562
SkipLength
= extractorArgs.SkipLength,
Text\WrappedTextTransformers.cs (1)
203
SkipLength
= _skipLength,
3 references to SkipLength
Microsoft.ML.Transforms (3)
Text\WordBagTransform.cs (3)
135
SkipLength = options.
SkipLength
,
531
column.SkipLength ?? options.
SkipLength
,
562
SkipLength = extractorArgs.
SkipLength
,