protected void |
DocTransMixtureWeightEM.getComponentValue(SimpleTermPredicate curQueryTerm,
int freq,
double[] arrComp) |
protected abstract void |
AbstractMixtureWeightEM.getComponentValue(SimpleTermPredicate queryTerm,
int freq,
double[] componentProbs) |
double |
Smoother.getSmoothedProb(IRDoc doc,
SimpleTermPredicate queryTerm)
This method is equal to call getSmoothedProb(doc, queryTerm, 0).
|
double |
AbstractSmoother.getSmoothedProb(IRDoc doc,
SimpleTermPredicate queryTerm) |
double |
Smoother.getSmoothedProb(IRDoc doc,
SimpleTermPredicate queryTerm,
int termFreq) |
double |
AbstractSmoother.getSmoothedProb(IRDoc doc,
SimpleTermPredicate queryTerm,
int termFreq) |
double |
Smoother.getSmoothedProb(SimpleTermPredicate queryTerm)
It is equal to calling getSmoothedProb(queryTerm, 0);
|
double |
AbstractSmoother.getSmoothedProb(SimpleTermPredicate queryTerm) |
double |
Smoother.getSmoothedProb(SimpleTermPredicate queryTerm,
int termFreq)
Before calling this method, one should call the setDoc method.
|
double |
AbstractSmoother.getSmoothedProb(SimpleTermPredicate queryTerm,
int termFreq) |
void |
TwoStageSmoother.setQueryTerm(SimpleTermPredicate queryTerm) |
void |
TFIDFSmoother.setQueryTerm(SimpleTermPredicate queryTerm) |
void |
Smoother.setQueryTerm(SimpleTermPredicate queryTerm)
Set the current query term for processing
|
void |
QueryFirstTransSmoother.setQueryTerm(SimpleTermPredicate queryTerm) |
void |
PivotedNormSmoother.setQueryTerm(SimpleTermPredicate queryTerm) |
void |
OkapiSmoother.setQueryTerm(SimpleTermPredicate queryTerm) |
void |
JMSmoother.setQueryTerm(SimpleTermPredicate queryTerm) |
protected void |
DocTransMixtureWeightEM.setQueryTerm(SimpleTermPredicate curQueryTerm) |
void |
DocFirstTransSmoother.setQueryTerm(SimpleTermPredicate queryTerm) |
void |
DirichletSmoother.setQueryTerm(SimpleTermPredicate queryTerm) |
protected abstract void |
AbstractMixtureWeightEM.setQueryTerm(SimpleTermPredicate queryTerm) |
void |
AbsoluteDiscountSmoother.setQueryTerm(SimpleTermPredicate queryTerm) |