|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgmm.GMMEstimator
gmm.GreedyDK
public class GreedyDK
This class implements the Mallows Model estimator based on the greedy algorithm of Davenport and Kalagnanam for finding the modal ranking (the consensus ranking). It doesn't handle the Generalized Mallows Model.
Field Summary |
---|
Fields inherited from class gmm.GMMEstimator |
---|
GMM, logL, maxIters, n, pi, Q, runningTime, theta, V |
Constructor Summary | |
---|---|
GreedyDK(boolean GMM,
float[][] Q)
|
Method Summary | |
---|---|
void |
run()
This method causes the estimator to run, and estimate the GMM parameters. |
Methods inherited from class gmm.GMMEstimator |
---|
computeLogL, computeThetas, computeVjs, getAvgDk, getLogL, getLogLForQ, getPi, getRunningTime, lnPsiJPrime, minimizeF, minimizeFj, minValueOfFj, printLearnedModel, PsiJ, sumOfLnPsiJPrime |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GreedyDK(boolean GMM, float[][] Q)
Method Detail |
---|
public void run() throws java.lang.Exception
GMMEstimator
run
in class GMMEstimator
java.lang.Exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |