Package de.learnlib.example.spmm
Class ExampleRandomSPMM<I,O>
- java.lang.Object
-
- de.learnlib.example.DefaultLearningExample.DefaultSPMMLearningExample<I,O>
-
- de.learnlib.example.spmm.ExampleRandomSPMM<I,O>
-
- All Implemented Interfaces:
LearningExample<I,SPMM<?,I,?,O>>
,LearningExample.SPMMLearningExample<I,O>
public class ExampleRandomSPMM<I,O> extends DefaultLearningExample.DefaultSPMMLearningExample<I,O>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.learnlib.example.LearningExample
LearningExample.DFALearningExample<I>, LearningExample.MealyLearningExample<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
Constructors Constructor Description ExampleRandomSPMM(Random random, ProceduralInputAlphabet<I> inputAlphabet, ProceduralOutputAlphabet<O> outputAlphabet, int size)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <I,O>
ExampleRandomSPMM<I,O>createExample(Random random, ProceduralInputAlphabet<I> inputAlphabet, ProceduralOutputAlphabet<O> outputAlphabet, int size)
-
Methods inherited from class de.learnlib.example.DefaultLearningExample.DefaultSPMMLearningExample
getAlphabet, getReferenceAutomaton
-
-
-
-
Constructor Detail
-
ExampleRandomSPMM
public ExampleRandomSPMM(Random random, ProceduralInputAlphabet<I> inputAlphabet, ProceduralOutputAlphabet<O> outputAlphabet, int size)
-
-
Method Detail
-
createExample
public static <I,O> ExampleRandomSPMM<I,O> createExample(Random random, ProceduralInputAlphabet<I> inputAlphabet, ProceduralOutputAlphabet<O> outputAlphabet, int size)
-
-