| Interface | Description |
|---|---|
| DyadRankingLossFunction |
Loss function for evaluating dyad rankers.
|
| Class | Description |
|---|---|
| DyadRankingLossUtil |
Class that contains utility methods for handling dyad ranking losses.
|
| DyadRankingMLLossFunctionWrapper |
A wrapper for dyad ranking loss that enables already implemented multi label
classification loss functions to be used in this context.
|
| KendallsTauDyadRankingLoss |
Computes the rank correlation measure known as Kendall's tau coefficient, i.e.
|
| KendallsTauOfTopK |
Calculates the kendalls-tau loss only for the top k dyads.
|
| NDCGLoss |
The Normalized Discounted Cumulative Gain for ranking.
|
| TopKOfPredicted |
Calculates if the top-k dyads of the predicted ranking match the top-k dyads
of the actual ranking.
|