Class GraphMetricReranker.GraphMetricUserReranker
java.lang.Object
es.uam.eps.ir.relison.links.recommendation.reranking.local.LambdaReranker.LambdaUserReranker
es.uam.eps.ir.relison.links.recommendation.reranking.local.graph.GraphMetricReranker.GraphMetricUserReranker
- Direct Known Subclasses:
DirectGraphMetricReranker.DirectGraphMetricUserReranker
,InverseGraphMetricReranker.DirectGraphMetricUserReranker
- Enclosing class:
- GraphMetricReranker<U>
protected abstract class GraphMetricReranker.GraphMetricUserReranker extends LambdaReranker.LambdaUserReranker
The user reranker.
-
Field Summary
Fields Modifier and Type Field Description protected Graph<U>
graph
The values.protected GraphMetric<U>
metric
The graph metricFields inherited from class es.uam.eps.ir.relison.links.recommendation.reranking.local.LambdaReranker.LambdaUserReranker
novMap, novStats, relStats
-
Constructor Summary
Constructors Constructor Description GraphMetricUserReranker(es.uam.eps.ir.ranksys.core.Recommendation<U,U> recommendation, int maxLength, Graph<U> graph, GraphMetric<U> metric)
Constructor. -
Method Summary
Methods inherited from class es.uam.eps.ir.relison.links.recommendation.reranking.local.LambdaReranker.LambdaUserReranker
nov, selectItem, value
-
Field Details
-
Constructor Details
-
GraphMetricUserReranker
public GraphMetricUserReranker(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