Package | Description |
---|---|
org.dllearner.algorithms.qtl |
Learning algorithm based on so-called query trees
which are a tree based representation of a (set of) RDF resource(s)
|
org.dllearner.algorithms.qtl.util |
Modifier and Type | Method and Description |
---|---|
static boolean |
QueryTreeUtils.isNonTrivial(RDFResourceTree tree,
Entailment entailment) |
static boolean |
QueryTreeUtils.isSubsumedBy(RDFResourceTree tree1,
RDFResourceTree tree2,
Entailment entailment)
Determines if tree1 is subsumed by tree2, i.e.
|
static boolean |
QueryTreeUtils.isSubsumedBy(RDFResourceTree tree1,
RDFResourceTree tree2,
Entailment entailment,
AbstractReasonerComponent reasoner) |
static void |
QueryTreeUtils.prune(RDFResourceTree tree,
AbstractReasonerComponent reasoner,
Entailment entailment)
Remove trivial statements according to the given entailment semantics:
|
void |
QTL2DisjunctiveMultiThreaded.setEntailment(Entailment entailment) |
void |
QTL2Disjunctive.setEntailment(Entailment entailment) |
Modifier and Type | Method and Description |
---|---|
static Entailment |
Entailment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Entailment[] |
Entailment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann