|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectOutputData
OutputDataBernoulli
Represents mvnhmm version 2.0 output file for action type learn with bernoulii as option. 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[][] |
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[][] getRainfallAmount()
getRainfallAmount
in class OutputData
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 |