|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectIO
public class IO
Constructor Summary | |
---|---|
IO()
|
Method Summary | |
---|---|
static IntMap[] |
readEvidenceCases(String file,
Domain d)
|
static BayesianNetwork |
readNetwork(String file)
|
static void |
writeEvidenceCases(String file,
Domain d,
IntMap[] evidenceCases)
|
Methods inherited from class Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IO()
Method Detail |
---|
public static BayesianNetwork readNetwork(String file) throws Exception
Exception
public static IntMap[] readEvidenceCases(String file, Domain d) throws Exception
Exception
public static void writeEvidenceCases(String file, Domain d, IntMap[] evidenceCases) throws Exception
Exception
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |