| 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 net.automatalib.automata.fsa.FiniteStateAcceptor<?,I>,I> |
Basic interface for passive learning algorithms that infer finite-state acceptors (
DFAs or NFAs). |
| 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 © 2018. All rights reserved.