Class TTTLambdaMealy<I,O>
- java.lang.Object
-
- de.learnlib.algorithm.lambda.ttt.AbstractTTTLambda<net.automatalib.automaton.transducer.MealyMachine<?,I,?,O>,I,net.automatalib.word.Word<O>>
-
- de.learnlib.algorithm.lambda.ttt.mealy.TTTLambdaMealy<I,O>
-
- All Implemented Interfaces:
LearningAlgorithm<net.automatalib.automaton.transducer.MealyMachine<?,I,?,O>,I,net.automatalib.word.Word<O>>,LearningAlgorithm.MealyLearner<I,O>,net.automatalib.alphabet.SupportsGrowingAlphabet<I>,net.automatalib.automaton.concept.FiniteRepresentation
public class TTTLambdaMealy<I,O> extends AbstractTTTLambda<net.automatalib.automaton.transducer.MealyMachine<?,I,?,O>,I,net.automatalib.word.Word<O>> implements LearningAlgorithm.MealyLearner<I,O>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface de.learnlib.algorithm.LearningAlgorithm
LearningAlgorithm.DFALearner<I extends Object>, LearningAlgorithm.MealyLearner<I extends Object,O extends Object>, LearningAlgorithm.MooreLearner<I extends Object,O extends Object>, LearningAlgorithm.NFALearner<I extends Object>
-
-
Field Summary
-
Fields inherited from class de.learnlib.algorithm.lambda.ttt.AbstractTTTLambda
ptree, strie
-
-
Constructor Summary
Constructors Constructor Description TTTLambdaMealy(net.automatalib.alphabet.Alphabet<I> alphabet, MembershipOracle<I,net.automatalib.word.Word<O>> mqo)TTTLambdaMealy(net.automatalib.alphabet.Alphabet<I> alphabet, MembershipOracle<I,net.automatalib.word.Word<O>> mqs, MembershipOracle<I,net.automatalib.word.Word<O>> ceqs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected AbstractDecisionTree<I,net.automatalib.word.Word<O>>dtree()net.automatalib.automaton.transducer.MealyMachine<?,I,?,O>getHypothesisModel()protected DTLeaf<I,net.automatalib.word.Word<O>>getState(net.automatalib.word.Word<I> prefix)protected intmaxSearchIndex(int ceLength)intsize()-
Methods inherited from class de.learnlib.algorithm.lambda.ttt.AbstractTTTLambda
addAlphabetSymbol, refineHypothesis, startLearning
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.learnlib.algorithm.LearningAlgorithm
refineHypothesis, startLearning
-
-
-
-
Constructor Detail
-
TTTLambdaMealy
public TTTLambdaMealy(net.automatalib.alphabet.Alphabet<I> alphabet, MembershipOracle<I,net.automatalib.word.Word<O>> mqo)
-
TTTLambdaMealy
public TTTLambdaMealy(net.automatalib.alphabet.Alphabet<I> alphabet, MembershipOracle<I,net.automatalib.word.Word<O>> mqs, MembershipOracle<I,net.automatalib.word.Word<O>> ceqs)
-
-
Method Detail
-
maxSearchIndex
protected int maxSearchIndex(int ceLength)
- Specified by:
maxSearchIndexin classAbstractTTTLambda<net.automatalib.automaton.transducer.MealyMachine<?,I,?,O>,I,net.automatalib.word.Word<O>>
-
getState
protected DTLeaf<I,net.automatalib.word.Word<O>> getState(net.automatalib.word.Word<I> prefix)
-
getHypothesisModel
public net.automatalib.automaton.transducer.MealyMachine<?,I,?,O> getHypothesisModel()
- Specified by:
getHypothesisModelin interfaceLearningAlgorithm<net.automatalib.automaton.transducer.MealyMachine<?,I,?,O>,I,net.automatalib.word.Word<O>>
-
dtree
protected AbstractDecisionTree<I,net.automatalib.word.Word<O>> dtree()
-
size
public int size()
- Specified by:
sizein interfacenet.automatalib.automaton.concept.FiniteRepresentation
-
-