Package | Description |
---|---|
org.dllearner.algorithms.celoe | |
org.dllearner.algorithms.ocel |
New experimental refinement operator approach, which takes
obtained information about concrete examples in an algorithm run
stronger into account.
|
org.dllearner.refinementoperators |
Refinement operator implementations.
|
Modifier and Type | Method and Description |
---|---|
LengthLimitedRefinementOperator |
CELOE.getOperator() |
LengthLimitedRefinementOperator |
PCELOE.getOperator() |
Modifier and Type | Method and Description |
---|---|
void |
CELOE.setOperator(LengthLimitedRefinementOperator operator) |
void |
PCELOE.setOperator(LengthLimitedRefinementOperator operator) |
Modifier and Type | Method and Description |
---|---|
LengthLimitedRefinementOperator |
OCEL.getOperator() |
LengthLimitedRefinementOperator |
OCEL.getRefinementOperator() |
Modifier and Type | Method and Description |
---|---|
void |
OCEL.setOperator(LengthLimitedRefinementOperator operator) |
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.
|
Modifier and Type | Method and Description |
---|---|
LengthLimitedRefinementOperator |
SynchronizedRefinementOperator.getDelegate() |
LengthLimitedRefinementOperator |
OperatorInverter.getOperator() |
Modifier and Type | Method and Description |
---|---|
void |
OperatorInverter.setOperator(LengthLimitedRefinementOperator operator) |
Constructor and Description |
---|
OperatorInverter(LengthLimitedRefinementOperator operator) |
SynchronizedRefinementOperator(LengthLimitedRefinementOperator delegate) |
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann