public class ExampleRandomMealy<I,O> extends DefaultLearningExample.DefaultMealyLearningExample<I,O>
DefaultLearningExample.DefaultDFALearningExample<I>, DefaultLearningExample.DefaultMealyLearningExample<I,D>LearningExample.DFALearningExample<I>, LearningExample.MealyLearningExample<I,O>, LearningExample.StateLocalInputMealyLearningExample<I,O>| Constructor and Description |
|---|
ExampleRandomMealy(Alphabet<I> alphabet,
int size,
O... outputs) |
ExampleRandomMealy(Random random,
Alphabet<I> alphabet,
int size,
O... outputs) |
| Modifier and Type | Method and Description |
|---|---|
static <I,O> ExampleRandomMealy<I,O> |
createExample(Random random,
Alphabet<I> alphabet,
int size,
O... outputs) |
getAlphabet, getReferenceAutomatonclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlphabet, getReferenceAutomaton@SafeVarargs public ExampleRandomMealy(Alphabet<I> alphabet, int size, O... outputs)
@SafeVarargs public ExampleRandomMealy(Random random, Alphabet<I> alphabet, int size, O... outputs)
@SafeVarargs public static <I,O> ExampleRandomMealy<I,O> createExample(Random random, Alphabet<I> alphabet, int size, O... outputs)
Copyright © 2020. All rights reserved.