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