Method GetValueForNormalization
GetValueForNormalization()
The value for normalization of contained query clauses (e.g. sum of squared weights).
NOTE: a Similarity implementation might not use any query normalization at all, its not required. However, if it wants to participate in query normalization, it can return a value here.
Declaration
public abstract float GetValueForNormalization()
Returns
Type | Description |
---|---|
System.Single |