| Package | Description |
|---|---|
| de.learnlib.api.algorithm | |
| de.learnlib.api.oracle |
| Modifier and Type | Method and Description |
|---|---|
default void |
PassiveLearningAlgorithm.addSample(DefaultQuery<I,D> sample) |
default void |
PassiveLearningAlgorithm.addSamples(DefaultQuery<I,D>... samples) |
boolean |
LearningAlgorithm.refineHypothesis(DefaultQuery<I,D> ceQuery)
Triggers a refinement of the model by providing a counterexample.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PassiveLearningAlgorithm.addSamples(Collection<? extends DefaultQuery<I,D>> samples) |
| Modifier and Type | Method and Description |
|---|---|
DefaultQuery<I,D> |
EquivalenceOracle.findCounterExample(A hypothesis,
Collection<? extends I> inputs)
Searches for a counterexample disproving the subjected hypothesis.
|
Copyright © 2018. All rights reserved.