Uses of Interface
de.learnlib.algorithm.LearningAlgorithm
-
Packages that use LearningAlgorithm Package Description de.learnlib.algorithm This package contains the basic interfaces and classes of learning algorithms of LearnLib.de.learnlib.statistic -
-
Uses of LearningAlgorithm in de.learnlib.algorithm
Subinterfaces of LearningAlgorithm in de.learnlib.algorithm Modifier and Type Interface Description interfaceGlobalSuffixLearner<M,I,D>Common interface for learning algorithms that use a global suffix set.static interfaceGlobalSuffixLearner.GlobalSuffixLearnerDFA<I>static interfaceGlobalSuffixLearner.GlobalSuffixLearnerMealy<I,O>static interfaceLearningAlgorithm.DFALearner<I>static interfaceLearningAlgorithm.MealyLearner<I,O>static interfaceLearningAlgorithm.MooreLearner<I,O>static interfaceLearningAlgorithm.NFALearner<I> -
Uses of LearningAlgorithm in de.learnlib.statistic
Subinterfaces of LearningAlgorithm in de.learnlib.statistic Modifier and Type Interface Description interfaceStatisticLearner<M,I,D>Common interface for learners keeping statistics.static interfaceStatisticLearner.DFAStatisticLearner<I>static interfaceStatisticLearner.MealyStatisticLearner<I,O>static interfaceStatisticLearner.MooreStatisticLearner<I,O>
-