| Interface | Description |
|---|---|
| LearningExample<I,D,A extends net.automatalib.automata.UniversalAutomaton<?,I,?,?,?> & net.automatalib.automata.concepts.SuffixOutput<I,D>> | |
| LearningExample.DFALearningExample<I> | |
| LearningExample.MealyLearningExample<I,O> | |
| PassiveLearningExample<I,D> | |
| PassiveLearningExample.DFAPassiveLearningExample<I> | |
| PassiveLearningExample.MealyPassiveLearningExample<I,O> |
| Class | Description |
|---|---|
| DefaultLearningExample<I,D,A extends net.automatalib.automata.UniversalAutomaton<?,I,?,?,?> & net.automatalib.automata.concepts.SuffixOutput<I,D>> |
A
learning example that directly stores the alphabet and the reference automaton in its
fields. |
| DefaultLearningExample.DefaultDFALearningExample<I> | |
| DefaultLearningExample.DefaultMealyLearningExample<I,D> | |
| DefaultPassiveLearningExample<I,D> |
Default implementation for a passive learning example.
|
| LearningExamples |
Copyright © 2018. All rights reserved.