You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
295 B
17 lines
295 B
3 years ago
|
# This is the solution file for test_cases/q5/8-simple-normalize-nonsingleton-var.test.
|
||
|
variableDomainsDict: """
|
||
|
D0 : wet
|
||
|
W0 : sun rain
|
||
|
"""
|
||
|
|
||
|
unconditionedVariables: "W0"
|
||
|
|
||
|
conditionedVariables: "D0"
|
||
|
|
||
|
FactorTable: """
|
||
|
W0 : sun, D0 : wet = 0.363636363636
|
||
|
W0 : rain, D0 : wet = 0.636363636364
|
||
|
"""
|
||
|
|
||
|
|