public class Hypothesis
extends java.lang.Object
| Constructor and Description |
|---|
Hypothesis(Sentence hypothesis) |
| Modifier and Type | Method and Description |
|---|---|
Sentence |
getHypothesis()
FORALL v (Classification(v) <=> ((Description1(v) AND Description2(v, Constant1))
OR
(Description1(v) AND Description3(v))
)
)
|