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