- Source:
Type Definitions
cansByRankList
Each preference is a list indexed by ranking.
A list of candidates is at each ranking.
The first index is a group of voters who share the same ranking.
The second index is the rank number.
The third index is for a list of candidates at that rank.
Type:
- Array.<Array.<Array.<number>>>
- Source:
rankings
Each preference has a rank for each candidate.
Type:
- Array.<Array.<object>>
- Source:
scoreVotes
Each preference has a score for each candidate.
Type:
- Array.<Array.<object>>
- Source: