From eea7ce2885fb9904d7d370ef8e1ed3d89203be78 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Thu, 13 Dec 2012 19:00:28 +0000 Subject: [PATCH] Fix file names --- packages/CLPBN/examples/learning/debug_school.yap | 2 +- packages/CLPBN/examples/learning/school_params.yap | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/CLPBN/examples/learning/debug_school.yap b/packages/CLPBN/examples/learning/debug_school.yap index 47be3bf2d..3ee14fa96 100644 --- a/packages/CLPBN/examples/learning/debug_school.yap +++ b/packages/CLPBN/examples/learning/debug_school.yap @@ -4,7 +4,7 @@ :- [pos:train]. -:- ['../../examples/School/sch32']. +:- ['../../examples/School/parschema.pfl']. :- use_module(library(clpbn/learning/em)). diff --git a/packages/CLPBN/examples/learning/school_params.yap b/packages/CLPBN/examples/learning/school_params.yap index 2ef41865f..61c535b5f 100644 --- a/packages/CLPBN/examples/learning/school_params.yap +++ b/packages/CLPBN/examples/learning/school_params.yap @@ -4,14 +4,14 @@ :- [pos:train]. -:- ['../../examples/School/sch32']. +:- ['../../examples/School/school_32']. :- use_module(library(clpbn/learning/em)). %:- clpbn:set_clpbn_flag(em_solver,gibbs). %:- clpbn:set_clpbn_flag(em_solver,jt). - :- clpbn:set_clpbn_flag(em_solver,ve). -%:- clpbn:set_clpbn_flag(em_solver,bp). +% :- clpbn:set_clpbn_flag(em_solver,ve). +:- clpbn:set_clpbn_flag(em_solver,bp). timed_main :- statistics(runtime, _),