All Classes Interface Summary Class Summary
| Class |
Description |
| AbstractDFALearnerIT |
Abstract integration test for DFA learning algorithms.
|
| AbstractDFAPassiveLearnerIT |
Abstract integration test for passive DFA learning algorithms.
|
| AbstractGrowingAlphabetDFATest<L extends SupportsGrowingAlphabet<Character> & LearningAlgorithm<DFA<?,Character>,Character,Boolean>> |
|
| AbstractGrowingAlphabetMealyTest<L extends SupportsGrowingAlphabet<Character> & LearningAlgorithm<MealyMachine<?,Character,?,Character>,Character,Word<Character>>> |
|
| AbstractGrowingAlphabetMooreTest<L extends SupportsGrowingAlphabet<Character> & LearningAlgorithm<MooreMachine<?,Character,?,Character>,Character,Word<Character>>> |
|
| AbstractGrowingAlphabetTest<L extends SupportsGrowingAlphabet<I> & LearningAlgorithm<M,I,D>,M extends UniversalDeterministicAutomaton<?,I,?,?,?> & Output<I,D>,OR,I,D> |
Simple (abstract super) test class that checks the basic workflow of a learning algorithm that implements SupportsGrowingAlphabet.
|
| AbstractMealyLearnerIT |
Abstract integration test for Mealy machine learning algorithms.
|
| AbstractMealyPassiveLearnerIT |
Abstract integration test for passive Mealy machine learning algorithms.
|
| AbstractMealySymLearnerIT |
Abstract integration test for Mealy machine learning algorithms.
|
| AbstractMooreLearnerIT |
Abstract integration test for Moore machine learning algorithms.
|
| AbstractMoorePassiveLearnerIT |
Abstract integration test for passive Moore machine learning algorithms.
|
| AbstractMooreSymLearnerIT |
Abstract integration test for Moore machine learning algorithms.
|
| AbstractOneSEVPALearnerIT |
Abstract integration test for OneSEVPA learning algorithms.
|
| AbstractResumableLearnerDFATest<L extends Resumable<T> & LearningAlgorithm<DFA<?,Character>,Character,Boolean>,T> |
|
| AbstractResumableLearnerMealyTest<L extends Resumable<T> & LearningAlgorithm<MealyMachine<?,Character,?,Character>,Character,Word<Character>>,T> |
|
| AbstractResumableLearnerMooreTest<L extends Resumable<T> & LearningAlgorithm<MooreMachine<?,Character,?,Character>,Character,Word<Character>>,T> |
|
| AbstractResumableLearnerTest<L extends Resumable<T> & LearningAlgorithm<M,I,D>,M extends UniversalDeterministicAutomaton<?,I,?,?,?>,OR,I,D,T> |
Test class that checks the workflow of a learning algorithm that implements Resumable.
|
| AbstractSBALearnerIT |
Abstract integration test for SBA learning algorithms.
|
| AbstractSPALearnerIT |
Abstract integration test for SPA learning algorithms.
|
| AbstractSPMMLearnerIT |
Abstract integration test for SPMM learning algorithms.
|
| AbstractSSTPassiveLearnerIT |
|
| AbstractVisualizationTest<L extends LearningAlgorithm<? extends MealyMachine<?,ExampleCoffeeMachine.Input,?,String>,ExampleCoffeeMachine.Input,Word<String>>> |
Abstract class for tests that check the visualization of hypotheses or other internal data structure.
|
| LearnerITUtil |
Utility class for integration tests for a learning algorithm (or "learner").
|
| LearnerVariant<M,I,D> |
|
| LearnerVariantList<M,I,D> |
A write-only list to store multiple variants of a learning algorithm.
|
| LearnerVariantList.DFALearnerVariantList<I> |
|
| LearnerVariantList.MealyLearnerVariantList<I,O> |
|
| LearnerVariantList.MealySymLearnerVariantList<I,O> |
|
| LearnerVariantList.MooreLearnerVariantList<I,O> |
|
| LearnerVariantList.MooreSymLearnerVariantList<I,O> |
|
| LearnerVariantList.OneSEVPALearnerVariantList<I> |
|
| LearnerVariantList.SBALearnerVariantList<I> |
|
| LearnerVariantList.SPALearnerVariantList<I> |
|
| LearnerVariantList.SPMMLearnerVariantList<I,O> |
|
| LearnerVariantListImpl<M,I,D> |
|
| LearnerVariantListImpl.DFALearnerVariantListImpl<I> |
|
| LearnerVariantListImpl.MealyLearnerVariantListImpl<I,O> |
|
| LearnerVariantListImpl.MealySymLearnerVariantListImpl<I,O> |
|
| LearnerVariantListImpl.MooreLearnerVariantListImpl<I,O> |
|
| LearnerVariantListImpl.MooreSymLearnerVariantListImpl<I,O> |
|
| LearnerVariantListImpl.OneSEVPALearnerVariantListImpl<I> |
|
| LearnerVariantListImpl.SBALearnerVariantListImpl<I> |
|
| LearnerVariantListImpl.SPALearnerVariantListImpl<I> |
|
| LearnerVariantListImpl.SPMMLearnerVariantListImpl<I,O> |
|
| OneSEVPALearnerITCase<I> |
|
| PassiveLearnerVariant<M,I,D> |
|
| PassiveLearnerVariantITCase<I,D,M extends SuffixOutput<I,D>> |
Default test case for a passive learning integration test.
|
| PassiveLearnerVariantList<M,I,D> |
|
| PassiveLearnerVariantList.DFALearnerVariantList<I> |
|
| PassiveLearnerVariantList.MealyLearnerVariantList<I,O> |
|
| PassiveLearnerVariantList.MooreLearnerVariantList<I,O> |
|
| PassiveLearnerVariantList.SSTLearnerVariantList<I,O> |
|
| PassiveLearnerVariantListImpl<M,I,D> |
|
| PassiveLearnerVariantListImpl.DFAPassiveLearnerVariantListImpl<I> |
|
| PassiveLearnerVariantListImpl.MealyLearnerVariantListImpl<I,O> |
|
| PassiveLearnerVariantListImpl.MooreLearnerVariantListImpl<I,O> |
|
| PassiveLearnerVariantListImpl.SSTLearnerVariantListImpl<I,O> |
|
| SBALearnerITCase<I> |
|
| SPALearnerITCase<I> |
|
| SPMMLearnerITCase<I,O> |
|
| UniversalDeterministicLearnerITCase<I,D,M extends UniversalDeterministicAutomaton<?,I,?,?,?>> |
|