Interface | Description |
---|---|
TreeFilter<T extends GenericTree> |
A filter for trees.
|
Class | Description |
---|---|
AbstractTreeFilter<T extends GenericTree> | |
MostSpecificTypesFilter |
Tree filter that removes redundant rdf:type edges according to subsumption by using the
given reasoner.
|
NamespaceDropStatementFilter |
A filter that drops statements which contain
subject, predicates and objects whose IRI starts with one of the given
namespaces.
|
ObjectDropStatementFilter |
A filter that drops statements whose object IRI is in given blacklist.
|
PredicateDropStatementFilter |
A filter that drops statements whose predicate is in given blacklist.
|
PredicateExistenceFilter |
A query tree filter that removes edges whose existence is supposed to be
semantically meaningless from user perspective.
|
PredicateExistenceFilterDBpedia | |
SymmetricPredicatesFilter |
Drops edges v1 -p-> v2 if
p is symmetric and
there is an edge v -p-> v1 with l(v)=l(v2)
|
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann