See Probably approximately correct
each is a disjunction on at most 3-literals, known as clauses.
Can we efficiently PAC-learn 3-CNF?
We will map it to an easy problem (in P?) to show that it is, by doing a kind of Feature expansion.. Apply conjunction learning algorithm without negated literals.
3-term DNF:
can learn 3-DNF data using an equivalent 3-CNF. However, getting the 3-DNF back is hard..