|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcalhoun.analysis.crf.CRFInference.InferenceResult
public static class CRFInference.InferenceResult
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 |
|---|
public int[] hiddenStates
public double[] bestScores
| Constructor Detail |
|---|
public CRFInference.InferenceResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||