public class DocTransMixtureWeightEM extends AbstractMixtureWeightEM
Computes the Mixture Weights for Models using translations
Description:
Copyright: Copyright (c) 2005
Company: IST, Drexel University
componentNum, indexReader, iterationNum| Constructor and Description |
|---|
DocTransMixtureWeightEM(IndexReader indexReader,
int iterationNum,
DocFirstTransSmoother docSmoother) |
DocTransMixtureWeightEM(IndexReader indexReader,
int iterationNum,
QueryFirstTransSmoother querySmoother) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
getComponentValue(IRDoc curDoc,
int freq,
double[] arrComp) |
protected void |
getComponentValue(SimpleTermPredicate curQueryTerm,
int freq,
double[] arrComp) |
protected void |
init(RelSimpleQuery query) |
protected void |
setDoc(IRDoc curDoc) |
protected void |
setInitialParameters(double[] arrCoefficient,
IRDoc[] arrDoc) |
protected void |
setQueryTerm(SimpleTermPredicate curQueryTerm) |
estimateModelCoefficient, getDoc, getDocNum, setStatusOutpublic DocTransMixtureWeightEM(IndexReader indexReader, int iterationNum, QueryFirstTransSmoother querySmoother)
public DocTransMixtureWeightEM(IndexReader indexReader, int iterationNum, DocFirstTransSmoother docSmoother)
protected void setInitialParameters(double[] arrCoefficient,
IRDoc[] arrDoc)
setInitialParameters in class AbstractMixtureWeightEMprotected void setDoc(IRDoc curDoc)
setDoc in class AbstractMixtureWeightEMprotected void setQueryTerm(SimpleTermPredicate curQueryTerm)
setQueryTerm in class AbstractMixtureWeightEMprotected void init(RelSimpleQuery query)
init in class AbstractMixtureWeightEMprotected void getComponentValue(IRDoc curDoc, int freq, double[] arrComp)
getComponentValue in class AbstractMixtureWeightEMprotected void getComponentValue(SimpleTermPredicate curQueryTerm, int freq, double[] arrComp)
getComponentValue in class AbstractMixtureWeightEMCopyright © 2018 JULIE Lab, Germany. All rights reserved.