|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kit.furia.index.AbstractIRIndex.Word
protected class AbstractIRIndex.Word
Represents an OB object.
| Constructor Summary | |
|---|---|
AbstractIRIndex.Word(java.lang.Integer id,
float score,
float idf,
int docFreq,
int tf)
|
|
| Method Summary | |
|---|---|
int |
compareTo(AbstractIRIndex.Word w)
|
int |
getDocFreq()
|
java.lang.Integer |
getId()
|
float |
getIdf()
|
float |
getScore()
|
int |
getTf()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractIRIndex.Word(java.lang.Integer id,
float score,
float idf,
int docFreq,
int tf)
| Method Detail |
|---|
public java.lang.Integer getId()
public float getScore()
public float getIdf()
public int getDocFreq()
public int getTf()
public int compareTo(AbstractIRIndex.Word w)
compareTo in interface java.lang.Comparable<AbstractIRIndex.Word>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||