| Package | Description |
|---|---|
| de.learnlib.algorithms.rpni | |
| de.learnlib.api.algorithm |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBlueFringeRPNI<I,D,SP,TP,M>
Abstract base class for Blue-Fringe-RPNI algorithms.
|
class |
BlueFringeEDSMDFA<I>
A state-merging learning algorithm based on the evidence principle.
|
class |
BlueFringeMDLDFA<I>
A state-merging learning algorithm based on the minimal description length principle.
|
class |
BlueFringeRPNIDFA<I>
A Blue Fringe version of RPNI for learning DFAs.
|
class |
BlueFringeRPNIMealy<I,O>
Blue-fringe version of RPNI for inferring Mealy machines.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
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). |
static interface |
PassiveLearningAlgorithm.PassiveDFALearner<I>
Basic interface for passive learning algorithms that infer
DFAs. |
static interface |
PassiveLearningAlgorithm.PassiveMealyLearner<I,O>
Basic interface for passive learning algorithms that infer
Mealy machines. |
static interface |
PassiveLearningAlgorithm.PassiveNFALearner<I>
Basic interface for passive learning algorithms that infer
NFAs. |
Copyright © 2018. All rights reserved.