Uses of Interface
edu.mit.util.stats.FastGamma

Packages that use FastGamma
edu.mit.nlp.segmenter.dp   
edu.mit.util.stats   
 

Uses of FastGamma in edu.mit.nlp.segmenter.dp
 

Methods in edu.mit.nlp.segmenter.dp that return FastGamma
 FastGamma DPDocument.getGamma()
           
 

Methods in edu.mit.nlp.segmenter.dp with parameters of type FastGamma
 void DPDocument.setGamma(FastGamma fastGamma)
          If you have multiple documents, you might want to share the cache for the gamma function across all documents.
 

Uses of FastGamma in edu.mit.util.stats
 

Classes in edu.mit.util.stats that implement FastGamma
 class FastDoubleGamma
           
 class FastIntGamma
           
 

Methods in edu.mit.util.stats that return FastGamma
 FastGamma FastDCM.getGamma()
           
 

Methods in edu.mit.util.stats with parameters of type FastGamma
 void FastDCM.setGamma(FastGamma gamma)
           
 

Constructors in edu.mit.util.stats with parameters of type FastGamma
FastDCM(double prior, int W, FastGamma gamma)
           
 



Copyright © 2008 MIT. All Rights Reserved.