All Classes
-
Class Summary Class Description KearnsVaziraniDFA<I> 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<I> KearnsVaziraniDFAState<I> Class that contains all data that represent the internal state of theKearnsVaziraniDFA
learner.KearnsVaziraniMealy<I,O> An adaption of the Kearns/Vazirani algorithm for Mealy machines.KearnsVaziraniMealyBuilder<I,O> KearnsVaziraniMealyState<I,O> Class that contains all data that represent the internal state of theKearnsVaziraniMealy
learner.StateInfo<I,D> The information associated with a state: it's access sequence (or access string), and the list of incoming transitions.