Change burglary-alarm.uai to be bayes instead of markov
This commit is contained in:
parent
bafd7320a5
commit
82a4cc508b
@ -1,12 +1,13 @@
|
||||
MARKOV
|
||||
BAYES
|
||||
|
||||
5
|
||||
2 2 2 2 2
|
||||
5
|
||||
1 0
|
||||
1 1
|
||||
3 2 0 1
|
||||
2 3 2
|
||||
2 4 2
|
||||
3 0 1 2
|
||||
2 2 3
|
||||
2 2 4
|
||||
|
||||
2
|
||||
.001 .999
|
||||
@ -15,14 +16,14 @@ MARKOV
|
||||
.002 .998
|
||||
|
||||
8
|
||||
.95 .94 .29 .001
|
||||
.05 .06 .71 .999
|
||||
.95 .05 .94 .06
|
||||
.29 .71 .001 .999
|
||||
|
||||
4
|
||||
.9 .05
|
||||
.1 .95
|
||||
.9 .1
|
||||
.05 .95
|
||||
|
||||
4
|
||||
.7 .01
|
||||
.3 .99
|
||||
|
||||
.7 .3
|
||||
.01 .99
|
||||
|
||||
|
Reference in New Issue
Block a user