Package | Description |
---|---|
org.lemurproject.ireval | |
org.openimaj.experiment.evaluation.retrieval.analysers |
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.
|
Modifier and Type | Method and Description |
---|---|
static String |
IREval.comparisonEvaluation(SetRetrievalEvaluator baseline,
SetRetrievalEvaluator treatment,
String baselineName,
String treatmentName)
Compare two sets of retrieval results.
|
static String |
IREval.singleEvaluation(SetRetrievalEvaluator setEvaluator,
boolean showIndividual)
Returns an output string very similar to that of trec_eval.
|
Modifier and Type | Field and Description |
---|---|
protected SetRetrievalEvaluator |
IREvalResult.eval |
Constructor and Description |
---|
IREvalResult(SetRetrievalEvaluator sre)
Construct with the given
SetRetrievalEvaluator result. |