|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ObservationConflictException in de.ls5.jlearn.algorithms.angluin |
---|
Methods in de.ls5.jlearn.algorithms.angluin that throw ObservationConflictException | |
---|---|
boolean |
Angluin.addCounterExample(Word example,
Word output)
|
Uses of ObservationConflictException in de.ls5.jlearn.algorithms.dhc |
---|
Methods in de.ls5.jlearn.algorithms.dhc that throw ObservationConflictException | |
---|---|
boolean |
DHC.addCounterExample(Word example,
Word output)
Take an counterexample, determine what prefix makes the difference, add that splitter to the alphabet, and reset the hypothesis automaton |
Uses of ObservationConflictException in de.ls5.jlearn.algorithms.dhcmodular |
---|
Methods in de.ls5.jlearn.algorithms.dhcmodular that throw ObservationConflictException | |
---|---|
boolean |
DHCModular.addCounterExample(Word example,
Word output)
Take an counterexample, determine what prefix makes the difference, add that splitter to the alphabet, and reset the hypothesis automaton |
Uses of ObservationConflictException in de.ls5.jlearn.algorithms.packs |
---|
Methods in de.ls5.jlearn.algorithms.packs that throw ObservationConflictException | |
---|---|
boolean |
ObservationPack.addCounterExample(Word example,
Word output)
|
Uses of ObservationConflictException in de.ls5.jlearn.interfaces |
---|
Methods in de.ls5.jlearn.interfaces that throw ObservationConflictException | |
---|---|
boolean |
Learner.addCounterExample(Word example,
Word output)
Process a counterexample. |
void |
Cache.addEntry(Word query,
Word answer)
Adds a query/answer pair to the cache |
Uses of ObservationConflictException in de.ls5.jlearn.oracles |
---|
Methods in de.ls5.jlearn.oracles that throw ObservationConflictException | |
---|---|
void |
CacheOracle.addEntry(Word word,
Word symbols)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |