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.
|