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