| Package | Description |
|---|---|
| org.dllearner.accuracymethods | |
| org.dllearner.algorithms.decisiontrees.refinementoperators | |
| org.dllearner.core |
Core structure of DL-Learner including the definition of component types and a component manager.
|
| org.dllearner.reasoning |
Implements the connection to other reasoner or own reasoning/caching algorithms.
|
| org.dllearner.refinementoperators |
Refinement operator implementations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AccMethodApproximate.setReasoner(Reasoner reasoner)
set the reasoner;
consumers of the accuracy method should call this method on all approximate components
|
void |
AccMethodFMeasureApprox.setReasoner(Reasoner reasoner) |
void |
AccMethodPredAccApprox.setReasoner(Reasoner reasoner) |
void |
AccMethodAMeasureApprox.setReasoner(Reasoner reasoner) |
| Modifier and Type | Method and Description |
|---|---|
void |
DLTreesRefinementOperator.setReasoner(Reasoner reasoner) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractReasonerComponent
Abstract component representing a reasoner.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClosedWorldReasoner
Reasoner for fast instance checks.
|
class |
OWLAPIReasoner
Mapping to OWL API reasoner interface.
|
class |
SPARQLReasoner
A reasoner implementation that provides inference services by the execution
of SPARQL queries on
local files (usually in forms of JENA API models)
remote SPARQL endpoints
|
class |
SPARQLReasonerQuad
Specialised SPARQL Reasoner for specific SPARQL dialects
|
| Modifier and Type | Method and Description |
|---|---|
void |
RhoDRDown.setReasoner(Reasoner reasoner) |
void |
ReasoningBasedRefinementOperator.setReasoner(Reasoner reasoner) |
DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann