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 undefinedOutput,
O... outputs) |
ExampleRandomStateLocalInputMealy(Random random,
Alphabet<I> alphabet,
int size,
O undefinedOutput,
O... outputs) |
Modifier and Type | Method and Description |
---|---|
static <I,O> ExampleRandomStateLocalInputMealy<I,O> |
createExample(Random random,
Alphabet<I> alphabet,
int size,
O undefinedOutput,
O... outputs) |
Alphabet<I> |
getAlphabet() |
StateLocalInputMealyMachine<?,I,?,O> |
getReferenceAutomaton() |
O |
getUndefinedOutput() |
@SafeVarargs public ExampleRandomStateLocalInputMealy(Alphabet<I> alphabet, int size, O undefinedOutput, O... outputs)
@SafeVarargs public static <I,O> ExampleRandomStateLocalInputMealy<I,O> createExample(Random random, Alphabet<I> alphabet, int size, O undefinedOutput, O... outputs)
public StateLocalInputMealyMachine<?,I,?,O> getReferenceAutomaton()
getReferenceAutomaton
in interface LearningExample<I,StateLocalInputMealyMachine<?,I,?,O>>
public Alphabet<I> getAlphabet()
getAlphabet
in interface LearningExample<I,StateLocalInputMealyMachine<?,I,?,O>>
public O getUndefinedOutput()
getUndefinedOutput
in interface LearningExample.StateLocalInputMealyLearningExample<I,O>
Copyright © 2020. All rights reserved.