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.
30 lines
415 B
30 lines
415 B
class: "FactorInputFactorEqualityTest"
|
|
max_points: "4"
|
|
alg: "normalize"
|
|
factorArgs: "A"
|
|
seed: "cs188"
|
|
constructRandomly: "False"
|
|
|
|
variableDomainsDict: """
|
|
W : sun rain
|
|
D : wet dry
|
|
"""
|
|
|
|
evidenceDict: """
|
|
D : wet
|
|
"""
|
|
|
|
# endOfNonFactors
|
|
|
|
AunconditionedVariables: "D W"
|
|
|
|
AconditionedVariables: ""
|
|
|
|
AFactorTable: """
|
|
D : wet, W : sun = 0.08
|
|
D : dry, W : sun = 0.72
|
|
D : wet, W : rain = 0.14
|
|
D : dry, W : rain = 0.06
|
|
"""
|
|
|