Load example
program.lp15 ln
10
Syntax referenceโผ
#modeh flies(+bird).Head mode โ predicate to learn#modeb penguin(+bird).Body mode โ available conditions#modeh flies(+bird) :1-3 =2 @1.Mode with min-max, weight, priority#example flies(a).Positive example#example not flies(d).Negative example#example flies(a) =5 @2.Weighted/prioritised example#display flies/1.Filter output to this predicatefact(a).ย ย r(X) :- body(X).Background knowledge (ASP)+type = input variable ย ยทย #type = ground constant ย ยทย -type = output variable
Pipeline output
2mspenguins
10benchmarks
v0.1on PyPI
$
pip install xhailLoad an example or write your own program, then press โ โต to run.
โ Symbolic & interpretableโก ASP-poweredโฌก ILP / Ray (2009)