public class NFALearnerWrapper<I> extends Object implements LearningAlgorithm.DFALearner<I>
LearningAlgorithm.DFALearner<I>, LearningAlgorithm.MealyLearner<I,O>| Constructor and Description |
|---|
NFALearnerWrapper(Alphabet<I> alphabet,
LearningAlgorithm<? extends NFA<?,I>,I,Boolean> nfaLearner) |
| Modifier and Type | Method and Description |
|---|---|
CompactDFA<I> |
getHypothesisModel() |
boolean |
refineHypothesis(DefaultQuery<I,Boolean> ceQuery) |
void |
startLearning() |
String |
toString() |
public void startLearning()
startLearning in interface LearningAlgorithm<DFA<?,I>,I,Boolean>public boolean refineHypothesis(DefaultQuery<I,Boolean> ceQuery)
refineHypothesis in interface LearningAlgorithm<DFA<?,I>,I,Boolean>public CompactDFA<I> getHypothesisModel()
getHypothesisModel in interface LearningAlgorithm<DFA<?,I>,I,Boolean>Copyright © 2020. All rights reserved.