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