| Interface | Description |
|---|---|
| LearningExample<I,O,A extends net.automatalib.automata.UniversalAutomaton<?,I,?,?,?> & net.automatalib.automata.concepts.SuffixOutput<I,O>> | |
| LearningExample.DFALearningExample<I> | |
| LearningExample.MealyLearningExample<I,O> |
| Class | Description |
|---|---|
| DefaultLearningExample<I,O,A extends net.automatalib.automata.UniversalAutomaton<?,I,?,?,?> & net.automatalib.automata.concepts.SuffixOutput<I,O>> |
A
learning example that directly stores the alphabet and the reference automaton
in its fields. |
| DefaultLearningExample.DefaultDFALearningExample<I> | |
| DefaultLearningExample.DefaultMealyLearningExample<I,O> | |
| LearningExamples |
Copyright © 2014. All Rights Reserved.