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.
31 lines
396 B
31 lines
396 B
class: "FactorInputFactorEqualityTest"
|
|
max_points: "4"
|
|
alg: "normalize"
|
|
factorArgs: "A"
|
|
seed: "cs188"
|
|
constructRandomly: "False"
|
|
|
|
|
|
variableDomainsDict: """
|
|
A : 0 1 2
|
|
B : m
|
|
E : singleEntryForThisVariable
|
|
"""
|
|
|
|
evidenceDict: """
|
|
B : m
|
|
"""
|
|
|
|
# endOfNonFactors
|
|
|
|
AunconditionedVariables: "A"
|
|
|
|
AconditionedVariables: "B"
|
|
|
|
AFactorTable: """
|
|
A : 0, B : m = 0.05
|
|
A : 1, B : m = 0.15
|
|
A : 2, B : m = 0.3
|
|
"""
|
|
|