Uses of Interface
calhoun.analysis.crf.solver.CacheProcessor

Packages that use CacheProcessor
calhoun.analysis.crf.solver training and inference algorithms used in the CRF engine 
calhoun.analysis.crf.solver.semimarkov   
 

Uses of CacheProcessor in calhoun.analysis.crf.solver
 

Classes in calhoun.analysis.crf.solver that implement CacheProcessor
 class CacheProcessorBasic
          basic functionality common to most cache processors.
 class CacheProcessorDeluxe
          A policy based cache processor.
 class NoCachingCacheProcessor
          a dummy cache processor that fulfills the interface but doesn't cache.
 

Methods in calhoun.analysis.crf.solver that return CacheProcessor
 CacheProcessor SemiMarkovViterbi.getCacheProcessor()
          gets the cache processor used to access feature evaluations
 CacheProcessor MaximumLikelihoodSemiMarkovGradient.getCacheProcessor()
          gets the cache processor used to access feature evaluations
 CacheProcessor MaximumLikelihoodGradient.getCacheProcessor()
          gets the cache processor used to access feature evaluations
 

Methods in calhoun.analysis.crf.solver with parameters of type CacheProcessor
 void SemiMarkovViterbi.setCacheProcessor(CacheProcessor cacheProcessor)
          sets the cache processor used to access feature evaluations
 void MaximumLikelihoodSemiMarkovGradient.setCacheProcessor(CacheProcessor cacheProcessor)
          sets the cache processor used to access feature evaluations
 void MaximumLikelihoodGradient.setCacheProcessor(CacheProcessor cacheProcessor)
          sets the cache processor used to access feature evaluations
 

Uses of CacheProcessor in calhoun.analysis.crf.solver.semimarkov
 

Methods in calhoun.analysis.crf.solver.semimarkov that return CacheProcessor
 CacheProcessor CleanMaximumLikelihoodSemiMarkovGradient.getCacheProcessor()
          gets the cache processor used to access feature evaluations
 

Methods in calhoun.analysis.crf.solver.semimarkov with parameters of type CacheProcessor
 void CleanMaximumLikelihoodSemiMarkovGradient.setCacheProcessor(CacheProcessor cacheProcessor)
          sets the cache processor used to access feature evaluations