Skip to content

Commit

Permalink
iris ex
Browse files Browse the repository at this point in the history
  • Loading branch information
friguzzi committed Jun 30, 2016
1 parent 704b400 commit d3140f9
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions examples/inference/iris.pl
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
/*
Throwing a coin with uncertainty on its fairness, from
J. Vennekens, S. Verbaeten, and M. Bruynooghe. Logic programs with annotated
disjunctions. In International Conference on Logic Programming,
volume 3131 of LNCS, pages 195-209. Springer, 2004.
EM clustering on the iris dataset
*/
:- use_module(library(real)).
:- use_module(library(mcintyre)).
Expand Down Expand Up @@ -507,8 +504,5 @@
:- assert_data_means.
/** <examples>
?- em(10,T,P).
?- sample_clusters(1000,True,Prior,Post).
?- mc_sample_arg_first(iris(0,X1,X2,X2,X4),10,(X1,X2,X3,X4),V).
?- pca(P).
*/

0 comments on commit d3140f9

Please sign in to comment.