From d3140f905e8e00b513d2e58718772473a478ef29 Mon Sep 17 00:00:00 2001 From: Fabrizio Riguzzi Date: Thu, 30 Jun 2016 17:19:00 +0200 Subject: [PATCH] iris ex --- examples/inference/iris.pl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/examples/inference/iris.pl b/examples/inference/iris.pl index 01f4a4d46..fea7820b8 100644 --- a/examples/inference/iris.pl +++ b/examples/inference/iris.pl @@ -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)). @@ -507,8 +504,5 @@ :- assert_data_means. /** ?- 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). */