1 write to MaxNumTerms
Microsoft.ML.Transforms (1)
Text\WordBagTransform.cs (1)
155
MaxNumTerms
= column.MaxNumTerms,
4 references to MaxNumTerms
Microsoft.ML.Transforms (4)
Text\WordBagTransform.cs (4)
394
if (NgramLength != null || SkipLength != null || UseAllLengths != null || Utils.Size(
MaxNumTerms
) > 0 ||
499
maximumNumberOfKeys: Utils.Size(column.
MaxNumTerms
) > 0 ? column.
MaxNumTerms
[0] :
534
column.
MaxNumTerms
?? options.MaxNumTerms,