|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.galagosearch.core.eval.RetrievalEvaluator.Judgment
public static class RetrievalEvaluator.Judgment
This class represents a relevance judgment of a particular document for a specific query.
| Field Summary | |
|---|---|
java.lang.String |
documentNumber
The document identifier. |
int |
judgment
The relevance judgment for this document, where positive values mean relevant, and zero means not relevant. |
| Constructor Summary | |
|---|---|
RetrievalEvaluator.Judgment(java.lang.String documentNumber,
int judgment)
Constructs a new Judgment instance. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String documentNumber
public int judgment
| Constructor Detail |
|---|
public RetrievalEvaluator.Judgment(java.lang.String documentNumber,
int judgment)
documentNumber - The document identifier.judgment - The relevance judgment for this document, where positive values mean relevant, and zero means not relevant.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||