aima.learning.knowledge
Class Hypothesis

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

public class Hypothesis
extends java.lang.Object


Constructor Summary
Hypothesis(Sentence hypothesis)
           
 
Method Summary
 Sentence getHypothesis()
           FORALL v (Classification(v) <=> ((Description1(v) AND Description2(v, Constant1)) OR (Description1(v) AND Description3(v)) ) )
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hypothesis

public Hypothesis(Sentence hypothesis)
Method Detail

getHypothesis

public Sentence getHypothesis()
 FORALL v (Classification(v) <=> ((Description1(v) AND Description2(v, Constant1))
                                        OR
                                  (Description1(v) AND Description3(v))
                                 )
          )