Uses of Class
calhoun.analysis.crf.solver.CacheProcessor.StatePotentials

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

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

Fields in calhoun.analysis.crf.solver declared as CacheProcessor.StatePotentials
 CacheProcessor.StatePotentials[] CacheProcessor.SolverSetup.statesWithLookback
           
 CacheProcessor.StatePotentials[] CacheProcessor.SolverSetup.statesWithoutLookback
           
 

Methods in calhoun.analysis.crf.solver with parameters of type CacheProcessor.StatePotentials
static CacheProcessor.LengthFeatureEvaluation[][] CacheProcessor.LengthFeatureEvaluation.create(CacheProcessor.StatePotentials[] statePotentials, int nLookbacks, int nFeatures)