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