-
- All Superinterfaces:
LearningAlgorithm<net.automatalib.automaton.transducer.MooreMachine<?,I,?,O>,I,net.automatalib.word.Word<O>>
- All Known Subinterfaces:
OTLearner.OTLearnerMoore<I,O>
- All Known Implementing Classes:
ExtensibleLStarMoore
,MalerPnueliMoore
,OPLearnerMoore
,RivestSchapireMoore
,TTTLearnerMoore
- Enclosing interface:
- LearningAlgorithm<M,I,D>
public static interface LearningAlgorithm.MooreLearner<I,O> extends LearningAlgorithm<net.automatalib.automaton.transducer.MooreMachine<?,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
-
-