I - input symbol typeD - output typeA - automaton typepublic class DefaultLearningExample<I,D,A extends UniversalAutomaton<?,I,?,?,?> & SuffixOutput<I,D>> extends Object implements LearningExample<I,A>
learning example that directly stores the alphabet and the reference automaton in its
fields.| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultLearningExample.DefaultDFALearningExample<I> |
static class |
DefaultLearningExample.DefaultMealyLearningExample<I,D> |
LearningExample.DFALearningExample<I>, LearningExample.MealyLearningExample<I,O>, LearningExample.StateLocalInputMealyLearningExample<I,O>| Constructor and Description |
|---|
DefaultLearningExample(Alphabet<I> alphabet,
A referenceAutomaton) |
| Modifier and Type | Method and Description |
|---|---|
Alphabet<I> |
getAlphabet() |
A |
getReferenceAutomaton() |
public A getReferenceAutomaton()
getReferenceAutomaton in interface LearningExample<I,A extends UniversalAutomaton<?,I,?,?,?> & SuffixOutput<I,D>>public Alphabet<I> getAlphabet()
getAlphabet in interface LearningExample<I,A extends UniversalAutomaton<?,I,?,?,?> & SuffixOutput<I,D>>Copyright © 2019. All rights reserved.