Table of Contents

Property DropScoreThreshold

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

DropScoreThreshold

Optional override of the semantic-value score below which a chunk is dropped, in the range [0, 1]. Leave null (the default) to use the profile's calibrated value. A score below the threshold is necessary but not sufficient for a drop: the gate additionally requires positive noise evidence (ChunkQualityIssues), so lowering this value alone never makes clean text disappear.

public double? DropScoreThreshold { get; set; }

Property Value

double?

Exceptions

ArgumentOutOfRangeException

The value is outside [0, 1].

Share