CollectorSignalScorer

fun interface CollectorSignalScorer

Scores one proposed pair on a single signal. Returning null means abstain — the signal is left out of the blend. Inject dependencies via the constructor, not per call.

Inheritors

Functions

Link copied to clipboard
abstract fun score(pair: CandidatePair, contextId: <Error class: unknown class>): CollectorSignalScore?