Uses of Class
de.learnlib.algorithm.lstar.AbstractLStar
-
-
Uses of AbstractLStar in de.learnlib.algorithm.lstar
Subclasses of AbstractLStar in de.learnlib.algorithm.lstar Modifier and Type Class Description classAbstractAutomatonLStar<A,I,D,S,T,SP,TP,AI extends net.automatalib.automaton.MutableDeterministic<S,I,T,SP,TP> & net.automatalib.alphabet.SupportsGrowingAlphabet<I>>Abstract base class for algorithms that produce (subclasses of)MutableDeterministicautomata.classAbstractExtensibleAutomatonLStar<A,I,D,S,T,SP,TP,AI extends net.automatalib.automaton.MutableDeterministic<S,I,T,SP,TP> & net.automatalib.alphabet.SupportsGrowingAlphabet<I>> -
Uses of AbstractLStar in de.learnlib.algorithm.lstar.dfa
Subclasses of AbstractLStar in de.learnlib.algorithm.lstar.dfa Modifier and Type Class Description classClassicLStarDFA<I>Implementation of the L* algorithm by Dana Angluin.classExtensibleLStarDFA<I>An implementation of Angluin's L* algorithm for learning DFAs, as described in the paper "Learning Regular Sets from Queries and Counterexamples". -
Uses of AbstractLStar in de.learnlib.algorithm.lstar.mealy
Subclasses of AbstractLStar in de.learnlib.algorithm.lstar.mealy Modifier and Type Class Description classClassicLStarMealy<I,O>An implementation of the L*Mealy algorithm for inferring Mealy machines, as described by Oliver Niese in his Ph.D.classExtensibleLStarMealy<I,O>AMealyMachine-based specialization of the extensible L* learner. -
Uses of AbstractLStar in de.learnlib.algorithm.lstar.moore
Subclasses of AbstractLStar in de.learnlib.algorithm.lstar.moore Modifier and Type Class Description classClassicLStarMoore<I,O>AMooreMachine-based specialization of the classic L* learner.classExtensibleLStarMoore<I,O>AMooreMachine-based specialization of the extensible L* learner. -
Uses of AbstractLStar in de.learnlib.algorithm.malerpnueli
Subclasses of AbstractLStar in de.learnlib.algorithm.malerpnueli Modifier and Type Class Description classMalerPnueliDFA<I>ADFA-based specialization of the L* learner which uses the counterexample analysis strategy proposed by Maler & Pnueli.classMalerPnueliMealy<I,O>AMealyMachine-based specialization of the L* learner which uses the counterexample analysis strategy proposed by Maler & Pnueli.classMalerPnueliMoore<I,O>AMooreMachine-based specialization of the L* learner which uses the counterexample analysis strategy proposed by Maler & Pnueli. -
Uses of AbstractLStar in de.learnlib.algorithm.rivestschapire
Subclasses of AbstractLStar in de.learnlib.algorithm.rivestschapire Modifier and Type Class Description classRivestSchapireDFA<I>ADFA-based specialization of the L* learner which uses the counterexample analysis strategy proposed by Rivest & Schapire.classRivestSchapireMealy<I,O>AMealyMachine-based specialization of the L* learner which uses the counterexample analysis strategy proposed by Rivest & Schapire.classRivestSchapireMoore<I,O>AMooreMachine-based specialization of the L* learner which uses the counterexample analysis strategy proposed by Rivest & Schapire.
-