3 references to TfIdf
Microsoft.ML.Tests (1)
Scenarios\Api\CookbookSamples\CookbookSamplesDynamicApi.cs (1)
536ngramLength: 3, weighting: NgramExtractingEstimator.WeightingCriteria.TfIdf))
Microsoft.ML.Transforms (2)
Text\NgramTransform.cs (2)
131public bool RequireIdf => Weighting == NgramExtractingEstimator.WeightingCriteria.Idf || Weighting == NgramExtractingEstimator.WeightingCriteria.TfIdf; 687case NgramExtractingEstimator.WeightingCriteria.TfIdf: