public class ExampleRandomStateLocalInputMealy<I,O> extends Object implements LearningExample.StateLocalInputMealyLearningExample<I,O>
LearningExample.DFALearningExample<I>, LearningExample.MealyLearningExample<I,O>, LearningExample.StateLocalInputMealyLearningExample<I,O>| Constructor and Description |
|---|
ExampleRandomStateLocalInputMealy(Alphabet<I> alphabet,
int size,
O... outputs) |
ExampleRandomStateLocalInputMealy(Random random,
Alphabet<I> alphabet,
int size,
O... outputs) |
| Modifier and Type | Method and Description |
|---|---|
static <I,O> ExampleRandomStateLocalInputMealy<I,O> |
createExample(Random random,
Alphabet<I> alphabet,
int size,
O... outputs) |
Alphabet<I> |
getAlphabet() |
CompactMealy<I,O> |
getReferenceAutomaton() |
@SafeVarargs public ExampleRandomStateLocalInputMealy(Alphabet<I> alphabet, int size, O... outputs)
@SafeVarargs public ExampleRandomStateLocalInputMealy(Random random, Alphabet<I> alphabet, int size, O... outputs)
@SafeVarargs public static <I,O> ExampleRandomStateLocalInputMealy<I,O> createExample(Random random, Alphabet<I> alphabet, int size, O... outputs)
public CompactMealy<I,O> getReferenceAutomaton()
getReferenceAutomaton in interface LearningExample<I,StateLocalInputMealyMachine<?,I,?,O>>public Alphabet<I> getAlphabet()
getAlphabet in interface LearningExample<I,StateLocalInputMealyMachine<?,I,?,O>>Copyright © 2019. All rights reserved.