| Package | Description |
|---|---|
| de.learnlib.algorithms.ttt.base |
| Modifier and Type | Field and Description |
|---|---|
protected BaseTTTDiscriminationTree<I,D> |
AbstractTTTLearner.dtree |
| Modifier and Type | Method and Description |
|---|---|
BaseTTTDiscriminationTree<I,D> |
AbstractTTTLearner.getDiscriminationTree()
Returns the discrimination tree.
|
| Constructor and Description |
|---|
AbstractTTTLearner(net.automatalib.words.Alphabet<I> alphabet,
MembershipOracle<I,D> oracle,
AbstractTTTHypothesis<I,D,?> hypothesis,
BaseTTTDiscriminationTree<I,D> dtree,
AcexAnalyzer analyzer) |
Copyright © 2018. All rights reserved.