Uses of Interface
de.learnlib.datastructure.observationtable.OTLearner.OTLearnerMoore
-
Packages that use OTLearner.OTLearnerMoore Package Description de.learnlib.algorithm.lstar.moore de.learnlib.algorithm.malerpnueli de.learnlib.algorithm.rivestschapire -
-
Uses of OTLearner.OTLearnerMoore in de.learnlib.algorithm.lstar.moore
Classes in de.learnlib.algorithm.lstar.moore that implement OTLearner.OTLearnerMoore Modifier and Type Class Description class
ExtensibleLStarMoore<I,O>
AMooreMachine
-based specialization of the extensible L* learner. -
Uses of OTLearner.OTLearnerMoore in de.learnlib.algorithm.malerpnueli
Classes in de.learnlib.algorithm.malerpnueli that implement OTLearner.OTLearnerMoore Modifier and Type Class Description class
MalerPnueliMoore<I,O>
AMooreMachine
-based specialization of the L* learner which uses the counterexample analysis strategy proposed by Maler & Pnueli. -
Uses of OTLearner.OTLearnerMoore in de.learnlib.algorithm.rivestschapire
Classes in de.learnlib.algorithm.rivestschapire that implement OTLearner.OTLearnerMoore Modifier and Type Class Description class
RivestSchapireMoore<I,O>
AMooreMachine
-based specialization of the L* learner which uses the counterexample analysis strategy proposed by Rivest & Schapire.
-