org.galagosearch.core.eval
Class RetrievalEvaluator.Judgment

java.lang.Object
  extended by org.galagosearch.core.eval.RetrievalEvaluator.Judgment
Enclosing class:
RetrievalEvaluator

public static class RetrievalEvaluator.Judgment
extends java.lang.Object

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

documentNumber

public java.lang.String documentNumber
The document identifier.


judgment

public int judgment
The relevance judgment for this document, where positive values mean relevant, and zero means not relevant.

Constructor Detail

RetrievalEvaluator.Judgment

public RetrievalEvaluator.Judgment(java.lang.String documentNumber,
                                   int judgment)
Constructs a new Judgment instance.

Parameters:
documentNumber - The document identifier.
judgment - The relevance judgment for this document, where positive values mean relevant, and zero means not relevant.


Copyright © 2009. All Rights Reserved.