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/cplint/slipcase
Vítor Santos Costa 2053c44054 try to clean-up makefiles and autoconfs 2014-10-26 17:39:52 +00:00
..
Artistic updated cplint 2011-10-22 16:33:04 +02:00
Makefile.in try to clean-up makefiles and autoconfs 2014-10-26 17:39:52 +00:00
README updated cplint 2011-10-22 16:33:04 +02:00
ai_train.cpl slipcase examples 2013-07-16 13:55:22 +02:00
ai_train.kb slipcase examples 2013-07-16 13:55:22 +02:00
ai_train.l slipcase examples 2013-07-16 13:55:22 +02:00
ai_train.rules slipcase examples 2013-07-16 13:55:22 +02:00
bddem.c try to clean-up makefiles and autoconfs 2014-10-26 17:39:52 +00:00
hep1.cpl slipcase examples 2013-07-16 13:55:22 +02:00
hep1.kb slipcase examples 2013-07-16 13:55:22 +02:00
hep1.l slipcase examples 2013-07-16 13:55:22 +02:00
hep1.rules slipcase examples 2013-07-16 13:55:22 +02:00
inference_sl.pl dos2unix inference_sl.pl 2013-09-04 19:09:36 +02:00
revise.pl updated cplint 2011-10-22 16:33:04 +02:00
slipcase.pl em/8 returns the list of updated probabilities of examples 2013-09-08 17:46:36 +02:00

README

This folder cotains EMBLEM, an EM parameter learning algorithm, and SLIPCASE, a structure  learning algorithm

To execute EMBLEM, load slicpase.pl with
:- use_module(library('cplint/slipcase')).

and run

:- em(filestem).

in a directory containing filestem.kb, filestem.bg and filestem.l.
You will find the output in filestem.rules.

To execute SLIPCASE, load slicpase.pl with
:- use_module(library('cplint/slipcase')).

and run

:- sl(filestem).

in a directory containing filestem.kb, filestem.bg and filestem.l.
You will find the output in filestem.rules.

See also http://sites.unife.it/ml/emblem and http://sites.unife.it/ml/slipcase