public class ACQ_Learner
extends java.lang.Object
Constructor and Description |
---|
ACQ_Learner() |
Modifier and Type | Method and Description |
---|---|
boolean |
ask(ACQ_Query e)
Ask this learner if the tuple represented by
the query e is a solution or not
|
void |
asked_query(ACQ_Query findC_example) |
void |
memory_up(ACQ_Query findC_example) |
public boolean ask(ACQ_Query e)
e
- Example to classify as positive or negativepublic void asked_query(ACQ_Query findC_example)
findC_example
- public void memory_up(ACQ_Query findC_example)
findC_example
-