Uses of Package
de.learnlib.algorithm.kv.dfa
-
Packages that use de.learnlib.algorithm.kv.dfa Package Description de.learnlib.algorithm.kv.dfa -
Classes in de.learnlib.algorithm.kv.dfa used by de.learnlib.algorithm.kv.dfa Class Description KearnsVaziraniDFA The Kearns/Vazirani algorithm for learning DFA, as described in the book "An Introduction to Computational Learning Theory" by Michael Kearns and Umesh Vazirani.KearnsVaziraniDFABuilder A builder for constructingKearnsVaziraniDFAinstances.KearnsVaziraniDFAState Class that contains all data that represent the internal state of theKearnsVaziraniDFAlearner.