Share via


BM25Similarity.B Property

Definition

This property controls how the length of a document affects the relevance score. By default, a value of 0.75 is used. A value of 0.0 means no length normalization is applied, while a value of 1.0 means the score is fully normalized by the length of the document.

public double? B { get; set; }
member this.B : Nullable<double> with get, set
Public Property B As Nullable(Of Double)

Property Value

Applies to