-
- All Superinterfaces:
LearningAlgorithm<net.automatalib.automaton.transducer.MealyMachine<?,I,?,O>,I,net.automatalib.word.Word<O>>
- All Known Subinterfaces:
OTLearner.OTLearnerMealy<I,O>
- All Known Implementing Classes:
ADTLearner
,ExtensibleLStarMealy
,KearnsVaziraniAdapterMealy
,KearnsVaziraniMealy
,LLambdaAdapterMealy
,LLambdaMealy
,LSharpMealy
,LStarBaseAdapterMealy
,MalerPnueliMealy
,MealyDHC
,ObservationPackAdapterMealy
,OPLearnerMealy
,RivestSchapireAdapterMealy
,RivestSchapireMealy
,TTTAdapterMealy
,TTTLambdaAdapterMealy
,TTTLambdaMealy
,TTTLearnerMealy
- Enclosing interface:
- LearningAlgorithm<M,I,D>
public static interface LearningAlgorithm.MealyLearner<I,O> extends LearningAlgorithm<net.automatalib.automaton.transducer.MealyMachine<?,I,?,O>,I,net.automatalib.word.Word<O>>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.learnlib.algorithm.LearningAlgorithm
LearningAlgorithm.DFALearner<I>, LearningAlgorithm.MealyLearner<I,O>, LearningAlgorithm.MooreLearner<I,O>, LearningAlgorithm.NFALearner<I>
-
-
Method Summary
-
Methods inherited from interface de.learnlib.algorithm.LearningAlgorithm
getHypothesisModel, refineHypothesis, startLearning
-
-