Uses of Interface
de.learnlib.algorithm.LearningAlgorithm
-
Packages that use LearningAlgorithm Package Description de.learnlib.algorithm This package (including sub-packages) contains the basic interfaces and classes of learning algorithms of LearnLib.de.learnlib.statistic -
-
Uses of LearningAlgorithm in de.learnlib.algorithm
Classes in de.learnlib.algorithm with type parameters of type LearningAlgorithm Modifier and Type Interface Description interfaceLearnerConstructor<L extends LearningAlgorithm<?,I,D>,I,D>A simplified view on the constructor of aLearningAlgorithm, that only requires anAlphabetdefinition and aMembershipOracle.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>
-