Class Summary
Class |
Description |
AbstractOPLearner<M extends SuffixOutput<I,D>,I,D,SP,TP> |
|
AbstractOPLearner.BuilderDefaults |
|
HState<I,O,SP,TP> |
|
HTransition<I,O,SP,TP> |
|
OPLearnerDFA<I> |
Algorithm for learning DFA using the Discrimination Tree algorithm.
|
OPLearnerDFABuilder<I> |
|
OPLearnerHypothesis<I,O,SP,TP> |
Basic hypothesis data structure for Discrimination Tree learning algorithms.
|
OPLearnerMealy<I,O> |
|
OPLearnerMealyBuilder<I,O> |
|
OPLearnerMoore<I,O> |
|
OPLearnerMooreBuilder<I,O> |
|
OPLearnerState<I,D,SP,TP> |
Class that contains all data that represent the internal state of the OPLearnerState learner and its DFA and
Mealy implementations.
|