Uses of Class
calhoun.analysis.crf.CacheStrategySpec.CacheStrategy

Packages that use CacheStrategySpec.CacheStrategy
calhoun.analysis.crf the interface, main Conrad class, and solver for the Conrad engine. 
calhoun.analysis.crf.solver training and inference algorithms used in the CRF engine 
 

Uses of CacheStrategySpec.CacheStrategy in calhoun.analysis.crf
 

Fields in calhoun.analysis.crf declared as CacheStrategySpec.CacheStrategy
 CacheStrategySpec.CacheStrategy CacheStrategySpec.strategy
           
 

Methods in calhoun.analysis.crf that return CacheStrategySpec.CacheStrategy
static CacheStrategySpec.CacheStrategy CacheStrategySpec.CacheStrategy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static CacheStrategySpec.CacheStrategy[] CacheStrategySpec.CacheStrategy.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Constructors in calhoun.analysis.crf with parameters of type CacheStrategySpec.CacheStrategy
CacheStrategySpec(CacheStrategySpec.CacheStrategy strategy)
           
CacheStrategySpec(CacheStrategySpec.CacheStrategy strategy, java.lang.Object details)
           
 

Uses of CacheStrategySpec.CacheStrategy in calhoun.analysis.crf.solver
 

Constructors in calhoun.analysis.crf.solver with parameters of type CacheStrategySpec.CacheStrategy
CacheProcessorDeluxe(CacheStrategySpec.CacheStrategy strategy)