Data Format
Upload text files
Network description, each line has the format: [nodeName] [listOfPredecessors] [probabilities]
probabilities -> n! numbers (for n predecessors) starting with prob. if all predecessors are 0 to prob. if all are 1 (ascending)
One empty line
For the queries, each line has the format: [nodeName] [listOfConditionals] meaning: P(nodeName | listOfCond.] listOfConditionals can also be empty