Package org.gcube.dir.master.selection.rankers

Interface Summary
Ranker<PARAMS extends SelectionParameters,RANK extends CollectionRank> Defines the behaviour of objects which ranks collections according to some selection parameters.
 

Class Summary
CORIRanker A Ranker implementation based on the CORI algorithm.
RandomRanker A Ranker implementation based on a randomisations of the input collections (suitable for testing).