This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/CLPBN/examples/workshop_attrs.pfl

34 lines
750 B
Plaintext
Raw Normal View History

2012-05-23 14:56:01 +01:00
:- use_module(library(pfl)).
2012-12-11 23:06:09 +00:00
:- set_solver(hve).
%:- set_solver(ve).
%:- set_solver(jt).
%:- set_solver(bdd).
2012-05-23 14:56:01 +01:00
%:- set_solver(bp).
%:- set_solver(cbp).
2012-12-11 23:06:09 +00:00
%:- set_solver(gibbs).
%:- set_solver(lve).
%:- set_solver(lkc).
%:- set_solver(lbp).
2012-05-23 14:56:01 +01:00
:- multifile people/1.
people @ 5.
2012-12-11 23:06:09 +00:00
markov attends(P), attr1 ; [0.7, 0.3, 0.3, 0.3] ; [people(P)].
2012-05-23 14:56:01 +01:00
2012-12-11 23:06:09 +00:00
markov attends(P), attr2 ; [0.7, 0.3, 0.3, 0.3] ; [people(P)].
2012-05-23 14:56:01 +01:00
2012-12-11 23:06:09 +00:00
markov attends(P), attr3 ; [0.7, 0.3, 0.3, 0.3] ; [people(P)].
2012-05-23 14:56:01 +01:00
2012-12-11 23:06:09 +00:00
markov attends(P), attr4 ; [0.7, 0.3, 0.3, 0.3] ; [people(P)].
2012-05-23 14:56:01 +01:00
2012-12-11 23:06:09 +00:00
markov attends(P), attr5 ; [0.7, 0.3, 0.3, 0.3] ; [people(P)].
2012-05-23 14:56:01 +01:00
2012-12-11 23:06:09 +00:00
markov attends(P), attr6 ; [0.7, 0.3, 0.3, 0.3] ; [people(P)].
2012-05-23 14:56:01 +01:00
2012-12-11 23:06:09 +00:00
markov attends(P), series ; [0.501, 0.499, 0.499, 0.499] ; [people(P)].
2012-05-23 14:56:01 +01:00
% ?- series(X).