forked from p7px8vou9/AI_learning
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.
19 lines
322 B
19 lines
322 B
# This is the solution file for test_cases/q6/2-independent-eliminate.test.
|
|
variableDomainsDict: """
|
|
D : dry wet
|
|
W : sun rain
|
|
T : hot cold
|
|
"""
|
|
|
|
unconditionedVariables: "W"
|
|
|
|
conditionedVariables: ""
|
|
|
|
FactorTable: """
|
|
W : sun = 0.8
|
|
W : rain = 0.2
|
|
"""
|
|
|
|
|
|
callTrackingList: "[('join', 'T'), ('eliminate', 'T'), ('join', 'D')]"
|