Modifier and Type | Method and Description |
---|---|
static TreeMap<String,ArrayList<RetrievalEvaluator.Judgment>> |
IREval.loadJudgments(String filename)
Loads a TREC judgments file.
|
Modifier and Type | Method and Description |
---|---|
static SetRetrievalEvaluator |
IREval.create(TreeMap<String,ArrayList<RetrievalEvaluator.Document>> allRankings,
TreeMap<String,ArrayList<RetrievalEvaluator.Judgment>> allJudgments)
Creates a SetRetrievalEvaluator from data from loadRanking and loadJudgments.
|
Constructor and Description |
---|
RetrievalEvaluator(String queryName,
List<RetrievalEvaluator.Document> retrieved,
Collection<RetrievalEvaluator.Judgment> judgments)
Creates a new instance of RetrievalEvaluator
|