|
Class Summary |
| BatchRankingLearner |
Learns to rank sets of examples, rather than to classify individual examples. |
| ListNet |
Implements the Listwise Ranking algorithm proposed at:
Learning to Rank: From Pairwise Approach to Listwise Approach, ICML 2007. |
| RankingBoosted |
A boosted version for ranking. |
| RankingEvaluation |
Evaluate a classifier as a ranker |
| RankingExpt |
Learn from examples a GraphSearcher that re-ranks examples based on
scores from a learned classifier. |
| RankingPerceptron |
A ranking method based on a voted perceptron. |