Class ExampleRandomOneSEVPA<I>
java.lang.Object
de.learnlib.testsupport.example.DefaultLearningExample.DefaultOneSEVPALearningExample<I>
de.learnlib.testsupport.example.vpa.ExampleRandomOneSEVPA<I>
- All Implemented Interfaces:
LearningExample<I,,OneSEVPA<?, I>> LearningExample.OneSEVPALearningExample<I>
public class ExampleRandomOneSEVPA<I>
extends DefaultLearningExample.DefaultOneSEVPALearningExample<I>
-
Nested Class Summary
Nested classes/interfaces inherited from interface de.learnlib.testsupport.example.LearningExample
LearningExample.DFALearningExample<I>, LearningExample.MealyLearningExample<I,O>, LearningExample.MMLTLearningExample<I, O>, LearningExample.MooreLearningExample<I, O>, LearningExample.OneSEVPALearningExample<I>, LearningExample.SBALearningExample<I>, LearningExample.SPALearningExample<I>, LearningExample.SPMMLearningExample<I, O>, LearningExample.SSTLearningExample<I, O>, LearningExample.StateLocalInputMealyLearningExample<I, O>, LearningExample.UniversalDeterministicLearningExample<I, A extends UniversalAutomaton<?, I, ?, ?, ?>> -
Constructor Summary
ConstructorsConstructorDescriptionExampleRandomOneSEVPA(Random random, VPAlphabet<I> alphabet, int size, double acceptanceProb, double initialRetTransProb) -
Method Summary
Modifier and TypeMethodDescriptionstatic <I> ExampleRandomOneSEVPA<I>createExample(Random random, VPAlphabet<I> alphabet, int size, double acceptanceProb, double initialRetTransProb) Methods inherited from class de.learnlib.testsupport.example.DefaultLearningExample.DefaultOneSEVPALearningExample
getAlphabet, getReferenceAutomaton
-
Constructor Details
-
ExampleRandomOneSEVPA
public ExampleRandomOneSEVPA(Random random, VPAlphabet<I> alphabet, int size, double acceptanceProb, double initialRetTransProb)
-
-
Method Details
-
createExample
public static <I> ExampleRandomOneSEVPA<I> createExample(Random random, VPAlphabet<I> alphabet, int size, double acceptanceProb, double initialRetTransProb)
-