Package | Description |
---|---|
org.lemurproject.ireval | |
org.openimaj.experiment.evaluation.retrieval.analysers |
Modifier and Type | Method and Description |
---|---|
ArrayList<RetrievalEvaluator.Document> |
RetrievalEvaluator.irrelevantRetrievedDocuments()
This method returns a list of all documents that were retrieved
but assumed to be irrelevant.
|
ArrayList<RetrievalEvaluator.Document> |
RetrievalEvaluator.judgedIrrelevantRetrievedDocuments() |
static TreeMap<String,ArrayList<RetrievalEvaluator.Document>> |
IREval.loadRanking(String filename)
Reads in a TREC ranking file.
|
ArrayList<RetrievalEvaluator.Document> |
RetrievalEvaluator.relevantDocuments()
Returns a list of all documents judged relevant, whether they were
retrieved or not.
|
ArrayList<RetrievalEvaluator.Document> |
RetrievalEvaluator.relevantMissedDocuments()
Returns a list of documents that were judged relevant that
were not retrieved.
|
ArrayList<RetrievalEvaluator.Document> |
RetrievalEvaluator.relevantRetrievedDocuments()
Returns a list of retrieved documents that were judged relevant,
in the order that they were retrieved.
|
ArrayList<RetrievalEvaluator.Document> |
RetrievalEvaluator.retrievedDocuments() |
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.convertResults(Map<Q,List<D>> results) |