public class ExampleRandomDFA extends DefaultLearningExample.DefaultDFALearningExample<Integer>
DefaultLearningExample.DefaultDFALearningExample<I>, DefaultLearningExample.DefaultMealyLearningExample<I,D>LearningExample.DFALearningExample<I>, LearningExample.MealyLearningExample<I,O>| Constructor and Description |
|---|
ExampleRandomDFA(int numInputs,
int size) |
ExampleRandomDFA(Random rand,
int numInputs,
int size) |
getAlphabet, getReferenceAutomatonclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAlphabet, getReferenceAutomatonpublic ExampleRandomDFA(int numInputs,
int size)
public ExampleRandomDFA(Random rand, int numInputs, int size)
Copyright © 2018. All rights reserved.