7 references to Weighting
Microsoft.ML.Transforms (7)
Text\NgramTransform.cs (4)
98
public NgramExtractingEstimator.WeightingCriteria Weighting = NgramExtractingEstimator.Defaults.
Weighting
;
913
WeightingCriteria weighting = Defaults.
Weighting
)
935
WeightingCriteria weighting = Defaults.
Weighting
)
1026
WeightingCriteria weighting = Defaults.
Weighting
,
Text\TextCatalog.cs (1)
275
NgramExtractingEstimator.WeightingCriteria weighting = NgramExtractingEstimator.Defaults.
Weighting
) =>
Text\WordBagTransform.cs (1)
426
public NgramExtractingEstimator.WeightingCriteria Weighting = NgramExtractingEstimator.Defaults.
Weighting
;
Text\WrappedTextTransformers.cs (1)
88
Weighting = NgramExtractingEstimator.Defaults.
Weighting
;