Module de.learnlib.api
Package de.learnlib.statistic
Interface StatisticLearner.MooreStatisticLearner<I,O>
-
- All Superinterfaces:
LearningAlgorithm<net.automatalib.automaton.transducer.MooreMachine<?,I,?,O>,I,net.automatalib.word.Word<O>>
,StatisticCollector
,StatisticLearner<net.automatalib.automaton.transducer.MooreMachine<?,I,?,O>,I,net.automatalib.word.Word<O>>
- All Known Implementing Classes:
MooreRefinementCounterLearner
- Enclosing interface:
- StatisticLearner<M,I,D>
public static interface StatisticLearner.MooreStatisticLearner<I,O> extends StatisticLearner<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>
-
Nested classes/interfaces inherited from interface de.learnlib.statistic.StatisticLearner
StatisticLearner.DFAStatisticLearner<I>, StatisticLearner.MealyStatisticLearner<I,O>, StatisticLearner.MooreStatisticLearner<I,O>
-
-
Method Summary
-
Methods inherited from interface de.learnlib.algorithm.LearningAlgorithm
getHypothesisModel, refineHypothesis, startLearning
-
Methods inherited from interface de.learnlib.statistic.StatisticCollector
getStatisticalData
-
-