1 write to SkipLength
Microsoft.ML.Transforms (1)
Text\WrappedTextTransformers.cs (1)
85
SkipLength
= NgramExtractingEstimator.Defaults.SkipLength;
2 references to SkipLength
Microsoft.ML.Transforms (2)
Text\TextFeaturizingEstimator.cs (2)
231
extractor.SkipLength = _wordFeatureExtractor.
SkipLength
;
264
extractor.SkipLength = _charFeatureExtractor.
SkipLength
;