Modifier and Type | Field and Description |
---|---|
protected RelevanceModel<U,I> |
BinomialMetric.relModel
relevance model
|
Constructor and Description |
---|
BinomialCoverage(BinomialModel<U,I,F> binomialModel,
FeatureData<I,F,?> featureData,
int cutoff,
RelevanceModel<U,I> relModel)
Constructor.
|
BinomialDiversity(BinomialModel<U,I,F> binomialModel,
FeatureData<I,F,?> featureData,
int cutoff,
RelevanceModel<U,I> relModel)
Constructor.
|
BinomialMetric(BinomialModel<U,I,F> binomialModel,
FeatureData<I,F,?> featureData,
int cutoff,
RelevanceModel<U,I> relModel)
Constructor.
|
BinomialNonRedundancy(BinomialModel<U,I,F> binomialModel,
FeatureData<I,F,?> featureData,
int cutoff,
RelevanceModel<U,I> relModel)
Constructor.
|
Constructor and Description |
---|
EILD(int cutoff,
ItemDistanceModel<I> distModel,
RelevanceModel<U,I> relModel,
RankingDiscountModel disc)
Constructor with a single ranking discount model.
|
EILD(int cutoff,
ItemDistanceModel<I> distModel,
RelevanceModel<U,I> relModel,
RankingDiscountModel disc1,
RankingDiscountModel disc2)
Constructor with a two ranking discount models: for global ranking and
ranking gap between items.
|
Modifier and Type | Class and Description |
---|---|
static class |
ERRIA.ERRRelevanceModel<U,I>
Relevance model for
ERRIA . |
Modifier and Type | Field and Description |
---|---|
protected RelevanceModel<U,I> |
SRecall.relModel
relevance model
|
Constructor and Description |
---|
SRecall(FeatureData<I,F,?> featureData,
int cutoff,
RelevanceModel<U,I> relModel)
Constructor.
|
Constructor and Description |
---|
AbstractSalesDiversityMetric(int cutoff,
RankingDiscountModel disc,
RelevanceModel<U,I> rel)
Constructor
|
AggregateDiversityMetric(int cutoff,
RelevanceModel<U,I> relModel)
Constructor.
|
EIUDC(int cutoff,
RankingDiscountModel disc,
RelevanceModel<U,I> rel)
Constructor
|
EIUFD(int cutoff,
RankingDiscountModel disc,
RelevanceModel<U,I> rel)
Constructor
|
EIURD(int cutoff,
RankingDiscountModel disc,
RelevanceModel<U,I> rel)
Constructor
|
Modifier and Type | Class and Description |
---|---|
static class |
NDCG.NDCGRelevanceModel<U,I>
Relevance model for nDCG, in which the gains of all relevant documents need to be known for the normalization of the metric.
|
Constructor and Description |
---|
Precision(int cutoff,
RelevanceModel<U,I> relModel)
Constructor.
|
ReciprocalRank(int cutoff,
RelevanceModel<U,I> relModel)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
BackgroundBinaryRelevanceModel<U,I>
Background discount model: assumes the relevance of unseen items in a test
subset with a pre-fixed gain value.
|
class |
BinaryRelevanceModel<U,I>
Relevance model in which the items in a preference subset with a value
equal or above a threshold are judged as relevant.
|
class |
IdealRelevanceModel<U,I>
Relevance model in which there is full, a-priori knowledge of the relevance
of all the items in the collection.
|
class |
NoRelevanceModel<U,I>
Relevance model in which every item is judged as relevant.
|
Constructor and Description |
---|
ItemNoveltyMetric(int cutoff,
ItemNovelty<U,I> novelty,
RelevanceModel<U,I> relevanceModel,
RankingDiscountModel disc)
Constructor.
|
Constructor and Description |
---|
EFD(int cutoff,
FDItemNovelty<U,I> novelty,
RelevanceModel<U,I> relModel,
RankingDiscountModel disc)
Constructor.
|
EPC(int cutoff,
PCItemNovelty<U,I> novelty,
RelevanceModel<U,I> relModel,
RankingDiscountModel disc)
Constructor.
|
Constructor and Description |
---|
EISDC(int cutoff,
ISDCItemNovelty<U,I> novelty,
RelevanceModel<U,I> relevanceModel,
RankingDiscountModel disc)
Constructor.
|
Constructor and Description |
---|
ETD(int cutoff,
TDItemNovelty<U,I> novelty,
RelevanceModel<U,I> relevanceModel,
RankingDiscountModel disc)
Constructor.
|
Constructor and Description |
---|
EPD(int cutoff,
PDItemNovelty<U,I> novelty,
RelevanceModel<U,I> relModel,
RankingDiscountModel disc)
Constructor.
|
Constructor and Description |
---|
CPR(BinomialModel<U,I,F> binomialModel,
FeatureData<I,F,?> featureData,
int cutoff,
RelevanceModel<U,I> relModel)
Constructor.
|
Constructor and Description |
---|
KCall(int cutoff,
int k,
RelevanceModel<U,I> relModel)
Constructor.
|
Copyright © 2016. All rights reserved.