Class DirectGraphMetricReranker.DirectGraphMetricUserReranker

java.lang.Object
Enclosing class:
DirectGraphMetricReranker<U>

protected class DirectGraphMetricReranker.DirectGraphMetricUserReranker
extends GraphMetricReranker.GraphMetricUserReranker
The individual reranker.
  • Constructor Details

    • DirectGraphMetricUserReranker

      public DirectGraphMetricUserReranker​(es.uam.eps.ir.ranksys.core.Recommendation<U,​U> recommendation, int maxLength, Graph<U> graph, GraphMetric<U> metric)
      Constructor.
      Parameters:
      recommendation - the recommendation to rerank.
      maxLength - the maximum length of the definitive ranking.
      graph - the network.
      metric - the metric to promote.
  • Method Details