Uses of Interface
de.learnlib.algorithm.PassiveLearningAlgorithm.PassiveAcceptorLearner
-
Packages that use PassiveLearningAlgorithm.PassiveAcceptorLearner Package Description de.learnlib.algorithm This package contains the basic interfaces and classes of learning algorithms of LearnLib.de.learnlib.algorithm.rpni -
-
Uses of PassiveLearningAlgorithm.PassiveAcceptorLearner in de.learnlib.algorithm
Subinterfaces of PassiveLearningAlgorithm.PassiveAcceptorLearner in de.learnlib.algorithm Modifier and Type Interface Description static interface
PassiveLearningAlgorithm.PassiveDFALearner<I>
Basic interface for passive learning algorithms that inferDFA
s. -
Uses of PassiveLearningAlgorithm.PassiveAcceptorLearner in de.learnlib.algorithm.rpni
Classes in de.learnlib.algorithm.rpni that implement PassiveLearningAlgorithm.PassiveAcceptorLearner Modifier and Type Class Description class
BlueFringeEDSMDFA<I>
A state-merging learning algorithm based on the evidence principle.class
BlueFringeMDLDFA<I>
A state-merging learning algorithm based on the minimal description length principle.class
BlueFringeRPNIDFA<I>
A Blue Fringe version of RPNI for learning DFAs.
-