| Interface | Description |
|---|---|
| LearningAlgorithm<M,I,D> |
Basic interface for a model inference algorithm.
|
| LearningAlgorithm.DFALearner<I> | |
| LearningAlgorithm.MealyLearner<I,O> | |
| NFALearner<I> | |
| PassiveLearningAlgorithm<M,I,D> | |
| PassiveLearningAlgorithm.PassiveAcceptorLearner<M extends FiniteStateAcceptor<?,I>,I> | |
| PassiveLearningAlgorithm.PassiveDFALearner<I> |
Basic interface for passive learning algorithms that infer
DFAs. |
| PassiveLearningAlgorithm.PassiveMealyLearner<I,O> |
Basic interface for passive learning algorithms that infer
Mealy machines. |
| PassiveLearningAlgorithm.PassiveNFALearner<I> |
Basic interface for passive learning algorithms that infer
NFAs. |
Copyright © 2019. All rights reserved.