Package de.learnlib.statistic
Interface StatisticLearner.MooreStatisticLearner<I,O>
-
- All Superinterfaces:
LearningAlgorithm<MooreMachine<?,I,?,O>,I,Word<O>>
,StatisticCollector
,StatisticLearner<MooreMachine<?,I,?,O>,I,Word<O>>
- Enclosing interface:
- StatisticLearner<M,I,D>
public static interface StatisticLearner.MooreStatisticLearner<I,O> extends StatisticLearner<MooreMachine<?,I,?,O>,I,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
-
-