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.

37 lines
494 B

3 years ago
class: "FactorInputFactorEqualityTest"
max_points: "4"
alg: "joinFactors"
factorArgs: "A B"
seed: "cs188"
constructRandomly: "False"
variableDomainsDict: """
W : sun rain
D : wet dry
"""
# endOfNonFactors
AunconditionedVariables: "D"
AconditionedVariables: "W"
AFactorTable: """
D : wet, W : sun = 0.1
D : dry, W : sun = 0.9
D : wet, W : rain = 0.7
D : dry, W : rain = 0.3
"""
BunconditionedVariables: "W"
BconditionedVariables: ""
BFactorTable: """
W : sun = 0.8
W : rain = 0.2
"""