calhoun.analysis.crf.solver
Class CacheProcessor.LengthFeatureEvaluation

java.lang.Object
  extended by calhoun.analysis.crf.solver.CacheProcessor.LengthFeatureEvaluation
Enclosing interface:
CacheProcessor

public static class CacheProcessor.LengthFeatureEvaluation
extends java.lang.Object


Field Summary
 CacheProcessor.FeatureEvaluation[] edgeEvals
           
 short lookback
           
 CacheProcessor.FeatureEvaluation nodeEval
           
 
Constructor Summary
CacheProcessor.LengthFeatureEvaluation(int nFeatures)
           
 
Method Summary
static CacheProcessor.LengthFeatureEvaluation[][] create(CacheProcessor.StatePotentials[] statePotentials, int nLookbacks, int nFeatures)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lookback

public short lookback

nodeEval

public CacheProcessor.FeatureEvaluation nodeEval

edgeEvals

public CacheProcessor.FeatureEvaluation[] edgeEvals
Constructor Detail

CacheProcessor.LengthFeatureEvaluation

public CacheProcessor.LengthFeatureEvaluation(int nFeatures)
Method Detail

create

public static CacheProcessor.LengthFeatureEvaluation[][] create(CacheProcessor.StatePotentials[] statePotentials,
                                                                int nLookbacks,
                                                                int nFeatures)