CandidatePairSource

fun interface CandidatePairSource

Proposes candidate pairs worth scoring, e.g. by vector clustering.

Inheritors

Functions

Link copied to clipboard
abstract fun propose(candidates: List<Proposition>, contextId: <Error class: unknown class>): List<CandidatePair>