Module de.learnlib.filter.statistic
Class MealyRefinementCounterLearner<I,O>
- java.lang.Object
-
- de.learnlib.filter.statistic.learner.RefinementCounterLearner<net.automatalib.automaton.transducer.MealyMachine<?,I,?,O>,I,net.automatalib.word.Word<O>>
-
- de.learnlib.filter.statistic.learner.MealyRefinementCounterLearner<I,O>
-
- Type Parameters:
I
- input symbol typeO
- output symbol type
- All Implemented Interfaces:
LearningAlgorithm<net.automatalib.automaton.transducer.MealyMachine<?,I,?,O>,I,net.automatalib.word.Word<O>>
,StatisticCollector
,StatisticLearner<net.automatalib.automaton.transducer.MealyMachine<?,I,?,O>,I,net.automatalib.word.Word<O>>
,StatisticLearner.MealyStatisticLearner<I,O>
public class MealyRefinementCounterLearner<I,O> extends RefinementCounterLearner<net.automatalib.automaton.transducer.MealyMachine<?,I,?,O>,I,net.automatalib.word.Word<O>> implements StatisticLearner.MealyStatisticLearner<I,O>
A type-specific refinement ofRefinementCounterLearner
.
-
-
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>
-
-
Constructor Summary
Constructors Constructor Description MealyRefinementCounterLearner(LearningAlgorithm.MealyLearner<I,O> learningAlgorithm)
Delegates toRefinementCounterLearner(LearningAlgorithm)
.
-
Method Summary
-
Methods inherited from class de.learnlib.filter.statistic.learner.RefinementCounterLearner
getHypothesisModel, getStatisticalData, refineHypothesis, startLearning
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.learnlib.algorithm.LearningAlgorithm
getHypothesisModel, refineHypothesis, startLearning
-
Methods inherited from interface de.learnlib.statistic.StatisticCollector
getStatisticalData
-
-
-
-
Constructor Detail
-
MealyRefinementCounterLearner
public MealyRefinementCounterLearner(LearningAlgorithm.MealyLearner<I,O> learningAlgorithm)
Delegates toRefinementCounterLearner(LearningAlgorithm)
.- Parameters:
learningAlgorithm
- maps to thelearningAlgorithm
parameter of the delegate
-
-