|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectOutputData
public class OutputData
Represents output file. Created using version 1.0 parameter. Have functions to get rainfall probabilities and amounts.
Method Summary | |
---|---|
java.lang.String[] |
getImportantText()
Get important text. |
double[][] |
getRainfallAmount()
Get rainfall amounts for each station and each state. |
double[][] |
getRainfallAmountDeltaExponential()
Get rainfall amounts for each station and each state. |
double[][] |
getRainfallAmountDeltaGamma()
Get rainfall amounts for each station and each state. |
double[][] |
getStationStatesProbabilites()
Get rainfall probabilites information. |
boolean |
isChowLiu()
Check if it is chow-liu data. |
boolean |
isValid()
Check validity. |
void |
saveRainfallAmountData(java.lang.String fileName)
Save data as tabular format. |
void |
saveRainfallProbData(java.lang.String fileName)
Save data as tabular format. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public double[][] getStationStatesProbabilites()
public double[][] getRainfallAmount()
public double[][] getRainfallAmountDeltaExponential()
public double[][] getRainfallAmountDeltaGamma()
public java.lang.String[] getImportantText()
public boolean isValid()
public boolean isChowLiu()
public void saveRainfallProbData(java.lang.String fileName)
fileName
- file name with full pathpublic void saveRainfallAmountData(java.lang.String fileName)
fileName
- file name with full path
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |