contrast
open override fun contrast(groupA: PropositionGroup, groupB: PropositionGroup, targetCount: Int): List<Proposition>
Identify differences between two groups of propositions.
Return
Propositions describing the differences between the groups
Parameters
group A
First group (e.g., props about Alice, or Q1 data)
group B
Second group (e.g., props about Bob, or Q2 data)
target Count
Desired number of contrast propositions to generate