Table of Contents

Property RerankedScore

Namespace
LMKit.Retrieval
Assembly
LM-Kit.NET.dll

RerankedScore

Gets the similarity score after applying a reranking model to this partition.

public float RerankedScore { get; }

Property Value

float

A floating-point number between 0 and 1 representing the reranked similarity. The value is -1 if no reranking has been performed; otherwise, it is the combined score based on the original similarity, the reranked score, and the reranked alpha blending factor.