public static class RetrievalEvaluator.Judgment extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
documentNumber
The document identifier.
|
int |
judgment
The relevance judgment for this document, where positive values mean relevant, and zero means not relevant.
|
| Constructor and Description |
|---|
RetrievalEvaluator.Judgment(String documentNumber,
int judgment)
Constructs a new Judgment instance.
|
public String documentNumber
public int judgment
public RetrievalEvaluator.Judgment(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.