Uses of Interface
de.learnlib.algorithm.PassiveLearningAlgorithm
-
Packages that use PassiveLearningAlgorithm Package Description de.learnlib.algorithm This package contains the basic interfaces and classes of learning algorithms of LearnLib.de.learnlib.algorithm.ostia de.learnlib.algorithm.rpni de.learnlib.testsupport.it.learner -
-
Uses of PassiveLearningAlgorithm in de.learnlib.algorithm
Subinterfaces of PassiveLearningAlgorithm in de.learnlib.algorithm Modifier and Type Interface Description static interfacePassiveLearningAlgorithm.PassiveAcceptorLearner<M extends net.automatalib.automaton.fsa.FiniteStateAcceptor<?,I>,I>Basic interface for passive learning algorithms that infer finite-state acceptors (DFAs orNFAs).static interfacePassiveLearningAlgorithm.PassiveDFALearner<I>Basic interface for passive learning algorithms that inferDFAs.static interfacePassiveLearningAlgorithm.PassiveMealyLearner<I,O>Basic interface for passive learning algorithms that inferMealy machines.static interfacePassiveLearningAlgorithm.PassiveMooreLearner<I,O>Basic interface for passive learning algorithms that inferMoore machines. -
Uses of PassiveLearningAlgorithm in de.learnlib.algorithm.ostia
Classes in de.learnlib.algorithm.ostia that implement PassiveLearningAlgorithm Modifier and Type Class Description classOSTIA<I,O>The OSTIA learning algorithm. -
Uses of PassiveLearningAlgorithm in de.learnlib.algorithm.rpni
Classes in de.learnlib.algorithm.rpni that implement PassiveLearningAlgorithm Modifier and Type Class Description classAbstractBlueFringeRPNI<I,D,SP,TP,M>Abstract base class for Blue-Fringe-RPNI algorithms.classBlueFringeEDSMDFA<I>A state-merging learning algorithm based on the evidence principle.classBlueFringeMDLDFA<I>A state-merging learning algorithm based on the minimal description length principle.classBlueFringeRPNIDFA<I>A Blue Fringe version of RPNI for learning DFAs.classBlueFringeRPNIMealy<I,O>Blue-fringe version of RPNI for inferring Mealy machines.classBlueFringeRPNIMoore<I,O>Blue-fringe version of RPNI for inferring Moore machines. -
Uses of PassiveLearningAlgorithm in de.learnlib.testsupport.it.learner
Methods in de.learnlib.testsupport.it.learner that return PassiveLearningAlgorithm Modifier and Type Method Description PassiveLearningAlgorithm<? extends M,I,D>PassiveLearnerVariant. getLearner()Methods in de.learnlib.testsupport.it.learner with parameters of type PassiveLearningAlgorithm Modifier and Type Method Description voidPassiveLearnerVariantList. addLearnerVariant(String name, PassiveLearningAlgorithm<? extends M,I,D> learner)Adds a learner variant with the default maximum number of rounds (i.e., the size of the target automaton) to the list.voidPassiveLearnerVariantListImpl. addLearnerVariant(String name, PassiveLearningAlgorithm<? extends M,I,D> learner)
-