aima.learning.knowledge
Class CurrentBestLearning

java.lang.Object
  extended by aima.learning.knowledge.CurrentBestLearning

public class CurrentBestLearning
extends java.lang.Object


Constructor Summary
CurrentBestLearning(FOLDataSetDomain folDSDomain, FOLKnowledgeBase kbForLearning)
           
 
Method Summary
 Hypothesis currentBestLearning(java.util.List<FOLExample> examples)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentBestLearning

public CurrentBestLearning(FOLDataSetDomain folDSDomain,
                           FOLKnowledgeBase kbForLearning)
Method Detail

currentBestLearning

public Hypothesis currentBestLearning(java.util.List<FOLExample> examples)