|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.terrier.querying.FeedbackDocument
public class FeedbackDocument
Class representing feedback documents, pseudo- or otherwise.
Field Summary | |
---|---|
int |
docid
Document id |
int |
rank
rank |
byte |
relevance
relevance value - it might not contain relevance value |
double |
score
score - it might not contain score value |
Constructor Summary | |
---|---|
FeedbackDocument()
default constructor |
|
FeedbackDocument(int _docid,
int _rank,
double _score)
Constructor |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object y)
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int docid
public int rank
public byte relevance
public double score
Constructor Detail |
---|
public FeedbackDocument()
public FeedbackDocument(int _docid, int _rank, double _score)
_docid
- _rank
- _score
- Method Detail |
---|
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object y)
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |