Learning Recursive Rule Sets
- If we include the target predicate in Predicates then FOIL
will consider it.
- This allows for the formation of recursive rules
Ancestor(x,y) ← Parent(x,y)
Ancestor(x,y) ←
Parent(x,z) ∧ Ancestor(z,y)
- So, it is possible.
José M. Vidal
.
32 of 47