9 references to SkipLength
Microsoft.ML.Transforms (9)
Text\NgramTransform.cs (4)
92public int SkipLength = NgramExtractingEstimator.Defaults.SkipLength; 910int skipLength = Defaults.SkipLength, 932int skipLength = Defaults.SkipLength, 1024int skipLength = Defaults.SkipLength,
Text\TextCatalog.cs (3)
272int skipLength = NgramExtractingEstimator.Defaults.SkipLength, 358int skipLength = NgramExtractingEstimator.Defaults.SkipLength, 412int skipLength = NgramExtractingEstimator.Defaults.SkipLength,
Text\WordBagTransform.cs (1)
415public int SkipLength = NgramExtractingEstimator.Defaults.SkipLength;
Text\WrappedTextTransformers.cs (1)
85SkipLength = NgramExtractingEstimator.Defaults.SkipLength;