|
Terrier IR Platform 1.1.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.ac.gla.terrier.structures.trees.TreeNode
uk.ac.gla.terrier.structures.trees.TermTreeNode
public class TermTreeNode
This class represents a node in the binary tree of a query. The difference between a TreeNode and a TermTreeNode is that the TermTreeNode contains a normalised frequency, in addition to the standard integer frequency, to account for the normalised frequencies of terms in expanded queries.
Field Summary | |
---|---|
TermTreeNode |
left
Deprecated. The left child of the node. |
double |
normalisedFrequency
Deprecated. The normalised frequency of the term. |
TermTreeNode |
right
Deprecated. The right child of the node. |
Fields inherited from class uk.ac.gla.terrier.structures.trees.TreeNode |
---|
frequency, term, termCode |
Constructor Summary | |
---|---|
TermTreeNode(java.lang.String newTerm)
Deprecated. A constructor for a new node. |
Method Summary |
---|
Methods inherited from class uk.ac.gla.terrier.structures.trees.TreeNode |
---|
compareTo, equals |
Methods inherited from class java.lang.Object |
---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public TermTreeNode left
public TermTreeNode right
public double normalisedFrequency
Constructor Detail |
---|
public TermTreeNode(java.lang.String newTerm)
newTerm
- The term that this node is representing.
|
Terrier IR Platform 1.1.1 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |