4 references to SkipLength
Microsoft.ML.Transforms (4)
Text\NgramHashingTransformer.cs (2)
128
public int SkipLength = NgramHashingEstimator.Defaults.
SkipLength
;
944
int skipLength = NgramHashingEstimator.Defaults.
SkipLength
,
Text\TextCatalog.cs (2)
524
int skipLength = NgramHashingEstimator.Defaults.
SkipLength
,
570
int skipLength = NgramHashingEstimator.Defaults.
SkipLength
,