calhoun.analysis.crf
Class CRFInference.InferenceResult

java.lang.Object
  extended by calhoun.analysis.crf.CRFInference.InferenceResult
Enclosing interface:
CRFInference

public static class CRFInference.InferenceResult
extends java.lang.Object

holder which contains the results of an inference run. The indexes of the predict hidden states are stored in the hiddenStates array. The best scores array is a column major array of the best scores to each estate and position.


Field Summary
 double[] bestScores
           
 int[] hiddenStates
           
 
Constructor Summary
CRFInference.InferenceResult()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hiddenStates

public int[] hiddenStates

bestScores

public double[] bestScores
Constructor Detail

CRFInference.InferenceResult

public CRFInference.InferenceResult()