Uses of Package
de.learnlib.algorithm.kv
-
Packages that use de.learnlib.algorithm.kv Package Description de.learnlib.algorithm.kv This package (and sub-packages) provides the implementation of the learning algorithm described in the book "An Introduction to Computational Learning Theory" by Michael Kearns and Umesh Vazirani.de.learnlib.algorithm.kv.dfa de.learnlib.algorithm.kv.mealy -
Classes in de.learnlib.algorithm.kv used by de.learnlib.algorithm.kv Class Description StateInfo The information associated with a state: it's access sequence (or access string), and the list of incoming transitions. -
Classes in de.learnlib.algorithm.kv used by de.learnlib.algorithm.kv.dfa Class Description StateInfo The information associated with a state: it's access sequence (or access string), and the list of incoming transitions. -
Classes in de.learnlib.algorithm.kv used by de.learnlib.algorithm.kv.mealy Class Description StateInfo The information associated with a state: it's access sequence (or access string), and the list of incoming transitions.