|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectOutputData
OutputDataV2
Represents mvnhmm version 2.0 output file for action type learn. Have functions to get rainfall probabilities and amounts.
Method Summary | |
java.lang.String[] |
getImportantText()
Get important text. |
double[][] |
getLongFormRainfallAmount()
Get rainfall amounts for each station and each state. |
double[][] |
getLongFormStationStatesProbabilites()
Get rainfall probabilites information. |
double[][] |
getRainfallAmount()
Get rainfall amounts for each station and each state. |
double[][] |
getShortFormRainfallAmount()
Get rainfall amounts for each station and each state. |
double[][] |
getShortFormRainfallAmountForDeltaExponential()
Get rainfall amounts for each station and each state for delta-exponential option. |
double[][] |
getShortFormRainfallAmountForDeltaGamma()
Get rainfall amounts for each station and each state for delta-gamma option. |
double[][] |
getShortFormStationStatesProbabilites()
Get rainfall probabilites information. |
double[][] |
getStationStatesProbabilites()
Get rainfall probabilites information. |
boolean |
isValid()
Check validity. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public double[][] getStationStatesProbabilites()
getStationStatesProbabilites
in class OutputData
public double[][] getLongFormStationStatesProbabilites()
public double[][] getShortFormStationStatesProbabilites()
public double[][] getRainfallAmount()
getRainfallAmount
in class OutputData
public double[][] getLongFormRainfallAmount()
public double[][] getShortFormRainfallAmount()
public double[][] getShortFormRainfallAmountForDeltaExponential()
public double[][] getShortFormRainfallAmountForDeltaGamma()
public java.lang.String[] getImportantText()
getImportantText
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 |