contrast

abstract fun contrast(groupA: PropositionGroup, groupB: PropositionGroup, targetCount: Int = 3): List<Proposition>

Identify differences between two groups of propositions.

Return

Propositions describing the differences between the groups

Parameters

groupA

First group (e.g., props about Alice, or Q1 data)

groupB

Second group (e.g., props about Bob, or Q2 data)

targetCount

Desired number of contrast propositions to generate