|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.mahout.clustering.lda.LDAInference.InferredDocument
public static class LDAInference.InferredDocument
An estimate of the probabilitys for each document. Gamma(k) is the probability of seeing topic k in the document, phi(k,w) is the probability of topic k generating w in this document.
Field Summary | |
---|---|
double |
logLikelihood
|
Method Summary | |
---|---|
Vector |
getGamma()
|
Vector |
getWordCounts()
|
double |
phi(int k,
int w)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public final double logLikelihood
Method Detail |
---|
public double phi(int k, int w)
public Vector getWordCounts()
public Vector getGamma()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |