|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.terrier.matching.MatchingQueryTerms.QueryTermProperties
protected static class MatchingQueryTerms.QueryTermProperties
The weight and the modifiers associated with a query term.
Constructor Summary | |
---|---|
MatchingQueryTerms.QueryTermProperties(int _index)
|
|
MatchingQueryTerms.QueryTermProperties(int _index,
double w)
A constructor for setting the weight of a term. |
|
MatchingQueryTerms.QueryTermProperties(int _index,
double w,
EntryStatistics _stats)
A constructor for setting the weight of a term and its term code. |
|
MatchingQueryTerms.QueryTermProperties(int _index,
double w,
WeightingModel model)
A constructor for setting the weight and a term score modifier for a term. |
|
MatchingQueryTerms.QueryTermProperties(int _index,
double w,
WeightingModel model,
EntryStatistics _stats)
A constructor for setting a weight, a term score modifier and the term code for a query term. |
|
MatchingQueryTerms.QueryTermProperties(int _index,
EntryStatistics _stats)
An constructor for setting the term code of a query term. |
|
MatchingQueryTerms.QueryTermProperties(int _index,
WeightingModel model)
A constructor for setting a term score modifier for a term. |
|
MatchingQueryTerms.QueryTermProperties(int _index,
WeightingModel model,
EntryStatistics _stats)
A constructor for setting a term score modifier for a term and its term code. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MatchingQueryTerms.QueryTermProperties(int _index)
public MatchingQueryTerms.QueryTermProperties(int _index, EntryStatistics _stats)
_stats
- the statistics of the query termpublic MatchingQueryTerms.QueryTermProperties(int _index, double w)
w
- double the weight of a query term.public MatchingQueryTerms.QueryTermProperties(int _index, WeightingModel model)
model
- WeightingModel modifier associated with a query term.public MatchingQueryTerms.QueryTermProperties(int _index, double w, WeightingModel model)
w
- double the weight of a query term.model
- WeightingModel modifier associated with a query term.public MatchingQueryTerms.QueryTermProperties(int _index, double w, EntryStatistics _stats)
w
- double the weight of a query term._stats
- statistics of the query termpublic MatchingQueryTerms.QueryTermProperties(int _index, WeightingModel model, EntryStatistics _stats)
model
- WeightingModel modifier associated with a query term._stats
- statistics of the query termpublic MatchingQueryTerms.QueryTermProperties(int _index, double w, WeightingModel model, EntryStatistics _stats)
w
- double the weight of a query term.model
- WeightingModel modifier associated with a query term._stats
- statistics of the query termMethod Detail |
---|
public java.lang.Object clone()
clone
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |