RubyGems Navigation menu

davenport 1.0.0

A ranking is a partial order that, given some set of alternatives, places some before others. A preference graph, given some number of rankings, expresses the combination of all of those rankings. It is a directed, weighted graph in which the nodes represent the alternatives and the edges represent preferences. Use this to build a preference graph from individual rankings and compute a Kemeny order, aggregated preference that minimizes the number of pair-wise disagreements with the individual rankings. This is a Ruby binding built around a C language implementation of Davenport's algorithm, found on github at {wbreeze/davenport}[https://github.com/wbreeze/davenport]

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 1.0.2 July 30, 2019 (7KB)
  2. 1.0.2.pre July 25, 2019 (7KB)
  3. 1.0.0 May 27, 2019 (7.5KB)

Development依存関係 (2):

hoe ~> 3.17
rdoc >= 4.0, < 7

所有者:

作者:

  • Douglas Lovell

SHA 256チェックサム:

=

累計ダウンロード数 6,820

このバージョンのみ 2,195

このバージョンがリリースされたのは:

ライセンス:

LGPL-3.0

必要なRubyのバージョン: >= 0

リンク: