Learning::Generalization::InductiveLearner
Inherits Reference < Object
Inductive Logic Programming (simplified)
Constructors
new
Instance methods
add_background(rule : Rule)
background_knowledge
learn(positive_examples : Array(Hash(String, String)), negative_examples : Array(Hash(String, String))) : Array(Rule)
Learn rules from positive and negative examples