Connected Components Finder
interface ConnectedComponentsFinder
Groups proposition ids into connected components from scored, non-vetoed edges.
Inheritors
Functions
Link copied to clipboard
abstract fun findComponents(runId: String, propositionIds: Set<String>, edges: List<CollectorCandidateEdge>): Map<String, String>