calhoun.analysis.crf
Class CacheStrategySpec.DenseCachingDetails

java.lang.Object
  extended by calhoun.analysis.crf.CacheStrategySpec.DenseCachingDetails
Enclosing class:
CacheStrategySpec

public static class CacheStrategySpec.DenseCachingDetails
extends java.lang.Object

Used in cases where the feature will return a value at every edge and/or node.


Field Summary
 short[] featureIndex
           
 int nEvals
           
 int nTables
           
 int[] potential
           
 int[] tableNum
           
 
Constructor Summary
CacheStrategySpec.DenseCachingDetails()
           
 
Method Summary
 void check()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nTables

public int nTables

nEvals

public int nEvals

potential

public int[] potential

tableNum

public int[] tableNum

featureIndex

public short[] featureIndex
Constructor Detail

CacheStrategySpec.DenseCachingDetails

public CacheStrategySpec.DenseCachingDetails()
Method Detail

check

public void check()