ScoringFunctionAggregation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the aggregation function used to combine the results of all the scoring functions in a scoring profile.
public enum ScoringFunctionAggregation
type ScoringFunctionAggregation =
Public Enum ScoringFunctionAggregation
- Inheritance
-
ScoringFunctionAggregation
Fields
Name | Value | Description |
---|---|---|
Sum | 0 | Boost scores by the sum of all scoring function results. |
Average | 1 | Boost scores by the average of all scoring function results. |
Minimum | 2 | Boost scores by the minimum of all scoring function results. |
Maximum | 3 | Boost scores by the maximum of all scoring function results. |
FirstMatching | 4 | Boost scores using the first applicable scoring function in the scoring profile. |
Applies to
Azure SDK for .NET