Class Borda

For each voter, every candidate is given a number of points which equals the number of candidates ranked lower in the voter's preference.

Wikipedia: Borda count

Hierarchy

  • BallotScoreMethod
    • Borda

Constructors

Properties

ballots: Ballot[]
candidates: string[]
isRandom: boolean = false
needsBallot: true = true
needsMatrix: boolean = false

Accessors

Methods

  • Split tied candidates in a ranking.

    Parameters

    • rankingToTieBreak: string[][]

      a ranking in which ties will be attempted to be broken by the current voting system

    Returns string[][]

Generated using TypeDoc