| Package | Description |
|---|---|
| org.lemurproject.ireval | |
| org.openimaj.experiment.evaluation.retrieval.analysers |
| 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
|
| Modifier and Type | Method and Description |
|---|---|
protected static <Q,D extends Identifiable> |
IREvalAnalyser.convertRelevant(Map<Q,Set<D>> relevant) |