| Package | Description |
|---|---|
| de.learnlib.api | |
| de.learnlib.experiments | |
| de.learnlib.mealy |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
LearningAlgorithm.DFALearner<I> |
static interface |
LearningAlgorithm.MealyLearner<I,O> |
| Constructor and Description |
|---|
Experiment.DFAExperiment(LearningAlgorithm<? extends DFA<?,I>,I,Boolean> learningAlgorithm,
EquivalenceOracle<? super DFA<?,I>,I,Boolean> equivalenceAlgorithm,
Alphabet<I> inputs) |
Experiment.MealyExperiment(LearningAlgorithm<? extends MealyMachine<?,I,?,O>,I,Word<O>> learningAlgorithm,
EquivalenceOracle<? super MealyMachine<?,I,?,O>,I,Word<O>> equivalenceAlgorithm,
Alphabet<I> inputs) |
Experiment(LearningAlgorithm<? extends A,I,O> learningAlgorithm,
EquivalenceOracle<? super A,I,O> equivalenceAlgorithm,
Alphabet<I> inputs) |
| Modifier and Type | Method and Description |
|---|---|
static <M extends MealyMachine<?,I,?,O>,I,O> |
MealyUtil.wrapSymbolLearner(LearningAlgorithm<M,I,O> learner) |
| Modifier and Type | Method and Description |
|---|---|
static <M extends MealyMachine<?,I,?,O>,I,O> |
MealyUtil.wrapSymbolLearner(LearningAlgorithm<M,I,O> learner) |
Copyright © 2013. All Rights Reserved.