Uses of Class
edu.mit.util.stats.FastDigamma

Packages that use FastDigamma
edu.mit.nlp.segmenter.dp   
edu.mit.nlp.segmenter.mcmc   
edu.mit.util.stats   
 

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

Methods in edu.mit.nlp.segmenter.dp that return FastDigamma
 FastDigamma DPDocument.getDigamma()
           
 

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

Uses of FastDigamma in edu.mit.nlp.segmenter.mcmc
 

Methods in edu.mit.nlp.segmenter.mcmc with parameters of type FastDigamma
 double CuCoSeg.PriorOptimizer.computeGradientForSegment(int[] counts, double sum, double prior, FastDigamma digamma)
           
 

Uses of FastDigamma in edu.mit.util.stats
 

Methods in edu.mit.util.stats with parameters of type FastDigamma
static double Stats.computeDispersionGradient(int len, double mean_len, double log_dispersion, FastDigamma digamma)
           
 



Copyright © 2008 MIT. All Rights Reserved.