|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectOutputData
ViterbiOutputData
public class ViterbiOutputData
Represents mvnhmm version 2.0 output file for action type learn. Have functions to get rainfall probabilities and amounts.
Method Summary | |
---|---|
int[][] |
getData()
Get rainfall probabilites information. |
double[][] |
getRainfallAmount()
Get rainfall amounts for each station and each state. |
double[][] |
getStationStatesProbabilites()
Get rainfall probabilites information. |
boolean |
isValid()
Check validity. |
Methods inherited from class OutputData |
---|
getImportantText, getRainfallAmountDeltaExponential, getRainfallAmountDeltaGamma, isChowLiu, saveRainfallAmountData, saveRainfallProbData |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public int[][] getData()
public double[][] getStationStatesProbabilites()
getStationStatesProbabilites
in class OutputData
public double[][] getRainfallAmount()
getRainfallAmount
in class OutputData
public boolean isValid()
isValid
in class OutputData
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |