1 write to Weighting
Microsoft.ML.Transforms (1)
Text\WrappedTextTransformers.cs (1)
88
Weighting
= NgramExtractingEstimator.Defaults.Weighting;
2 references to Weighting
Microsoft.ML.Transforms (2)
Text\TextFeaturizingEstimator.cs (2)
234
extractor.Weighting = _wordFeatureExtractor.
Weighting
;
267
extractor.Weighting = _charFeatureExtractor.
Weighting
;