edu.mit.util.stats
Class FastDCM
java.lang.Object
edu.mit.util.stats.FastDCM
public class FastDCM
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FastDCM
public FastDCM(double prior,
int W)
FastDCM
public FastDCM(double prior,
int W,
boolean expect_ints)
FastDCM
public FastDCM(double prior,
int W,
FastGamma gamma)
logDCM
public double logDCM(double[] counts)
logDCM
public double logDCM(int[] counts)
setPrior
public void setPrior(double prior)
getPrior
public double getPrior()
setGamma
public void setGamma(FastGamma gamma)
getGamma
public FastGamma getGamma()
Copyright © 2008 MIT. All Rights Reserved.