If it is your first time here, make sure to take a look at the user documentation or the developer documentation !

Algorithms

You can upload on our server a jar with your algorithmes in it. Your classes must implement the MedianRanking interface available in the api (that you can download here). Your classes should be within a package.
If you want to use this webservice at its best, you should annotate your classes. To do that, our annotations' api is available here.
You can also build your algorithms around our example project available here.

Upload your jar


Datasets

Format

  • One ranking per line
  • A ranking should have the structure X := LIST (X is the name of the ranking)
  • A list should have the structure [BUCKET, ..., BUCKET]
  • A bucket should have the structure [element, ..., element] (the elements of the bucket should not contain [, ] and ,)

Format

  • One ranking per line
  • A ranking should have the structure X := LIST (X is the name of the ranking)
  • A list should have the structure [BUCKET, ..., BUCKET]
  • A bucket should have the structure [element, ..., element] (the elements of the bucket should not contain [, ] and ,)

Loading the files...



Summary

# Algorithm Constructor


- OR -