Table of Contents

Property FlagScoreThreshold

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

FlagScoreThreshold

Optional override of the semantic-value score below which a chunk is flagged (kept out of the index but fully reported), in the range [0, 1]. Leave null (the default) to use the profile's calibrated value. Must be greater than or equal to the effective drop threshold.

public double? FlagScoreThreshold { get; set; }

Property Value

double?

Exceptions

ArgumentOutOfRangeException

The value is outside [0, 1].

Share