/ranking

Scientific ranking algorithms

Primary LanguagePythonMIT LicenseMIT

ranking

Scientific ranking algorithms

These algorithms are available now:

  • Massey
  • Colley

Dependence

Python3 and Numpy

How to Use

Demo: run demo.py

Import the python file and init the ranking class, then you can select an algorithm and get the result.

import ranking
a=ranking.ranking([[...]]) # input data
result=a.massey() # choose an algorithm