Package | Description |
---|---|
es.uam.eps.ir.ranksys.diversity.intentaware |
Intent-aware model.
|
es.uam.eps.ir.ranksys.diversity.intentaware.reranking |
Intent-aware re-rankers.
|
Modifier and Type | Class and Description |
---|---|
class |
ScoresAspectModel<U,I,F>
Scores-based aspect model.
|
class |
ScoresRelevanceAspectModel<U,I,F>
Relevance-based aspect model for eXplicit Query Aspect Diversification re-ranker.
|
Modifier and Type | Field and Description |
---|---|
protected AspectModel<U,I,F> |
AlphaXQuAD.aspectModel
Aspect model used for diversification.
|
Constructor and Description |
---|
AlphaXQuAD(AspectModel<U,I,F> aspectModel,
double alpha,
double lambda,
int cutoff,
boolean norm)
Constructor.
|
XQuAD(AspectModel<U,I,F> aspectModel,
double lambda,
int cutoff,
boolean norm)
Constructor.
|
Copyright © 2016. All rights reserved.