just small changes of paramters.
This commit is contained in:
parent
941d3c3f13
commit
53b8aa471c
@ -8,10 +8,10 @@
|
|||||||
|
|
||||||
main :-
|
main :-
|
||||||
findall(X,goal(X),L),
|
findall(X,goal(X),L),
|
||||||
em(L,0.1,10,CPTs,Lik),
|
em(L,0.01,10,CPTs,Lik),
|
||||||
writeln(Lik:CPTs).
|
writeln(Lik:CPTs).
|
||||||
|
|
||||||
missing(0.1).
|
missing(0.3).
|
||||||
|
|
||||||
% miss 30% of the examples.
|
% miss 30% of the examples.
|
||||||
goal(professor_ability(P,V)) :-
|
goal(professor_ability(P,V)) :-
|
||||||
|
Reference in New Issue
Block a user