|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectOutputData
ChowLiuOutput
public class ChowLiuOutput
Represents mvnhmm version 2.0 output file for chow-liu option. Have functions to get rainfall probabilities and amounts.
Method Summary | |
---|---|
Edge[] |
getEdges(int stateNo)
Get edge information. |
double[][] |
getRainfallAmount()
Get rainfall amounts for each station and each state. |
double[][] |
getRainfallAmountForDeltaExponential()
Get rainfall amounts for each station and each state for delta-exponential option. |
double[][] |
getRainfallAmountForDeltaGamma()
Get rainfall amounts for each station and each state for delta-exponential option. |
double[][] |
getStationStatesProbabilites()
Get rainfall probabilites information. |
boolean |
isChowLiu()
Check if it is chow-liu data. |
boolean |
isValid()
Check validity. |
void |
saveCLTreeData(java.lang.String fileName)
Save data as tabular format. |
Methods inherited from class OutputData |
---|
getImportantText, getRainfallAmountDeltaExponential, getRainfallAmountDeltaGamma, saveRainfallAmountData, saveRainfallProbData |
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[][] getRainfallAmount()
getRainfallAmount
in class OutputData
public double[][] getRainfallAmountForDeltaExponential()
public double[][] getRainfallAmountForDeltaGamma()
public Edge[] getEdges(int stateNo)
stateNo
- number of state
public boolean isValid()
isValid
in class OutputData
public boolean isChowLiu()
isChowLiu
in class OutputData
public void saveCLTreeData(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 |