| Package | Description | 
|---|---|
| org.dllearner.algorithms.decisiontrees.dsttdt | |
| org.dllearner.algorithms.decisiontrees.refinementoperators | |
| org.dllearner.algorithms.decisiontrees.tdt | |
| org.dllearner.refinementoperators | 
 Refinement operator implementations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RefinementOperator | 
DSTTDTClassifier.getOperator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
DSTTDTClassifier.setOperator(RefinementOperator operator)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
InstanceBasedRefinementOperator
A reasoning based refinement operator which consider the available instances in the 
 training step for the generation of the candidates 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DLTreesRefinementOperator
The original refinement Operator proposed for inducing Terminological Decision Trees 
 | 
| Modifier and Type | Method and Description | 
|---|---|
RefinementOperator | 
AbstractTDTClassifier.getOperator()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractTDTClassifier.setOperator(RefinementOperator operator)  | 
| Constructor and Description | 
|---|
AbstractTDTClassifier(AbstractClassExpressionLearningProblem problem,
                     AbstractReasonerComponent reasoner,
                     RefinementOperator op)  | 
TDTClassifier(AbstractClassExpressionLearningProblem problem,
             AbstractReasonerComponent reasoner,
             RefinementOperator op)  | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
CustomHierarchyRefinementOperator
A refinement operator for which hierarchies other those of the
 reasoner can be injected. 
 | 
interface  | 
CustomStartRefinementOperator
A refinement operator, which allows to set a start class. 
 | 
interface  | 
LengthLimitedRefinementOperator
A refinement operator for which the syntactic length of the generated
 refinements can be limited. 
 | 
interface  | 
ReasoningBasedRefinementOperator
A refinement operator, which uses an underlying reasoner, which is a typical
 scenario. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ELDown
EL downward refinement operator constructed by Jens Lehmann
 and Christoph Haase. 
 | 
class  | 
OperatorInverter
The class uses an existing refinement operator and inverts it, i.e. 
 | 
class  | 
PsiDown
Operatoren Psi-Down und Psi-Up müssen noch so umgeschrieben werden, dass sie
 nur konsistente Konzepte (mit korrekten parent-Links) enthalten. 
 | 
class  | 
PsiUp  | 
class  | 
RefinementOperatorAdapter
Adapter for  
RefinementOperator interface. | 
class  | 
RhoDRDown
A downward refinement operator, which makes use of domains
 and ranges of properties. 
 | 
class  | 
SynchronizedRefinementOperator
A wrapper class that makes the call of the refinement methods synchronized, i.e. 
 | 
 DL-Learner is licenced 						under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann