| Package | Description | 
|---|---|
| org.dllearner.algorithms | |
| org.dllearner.algorithms.pattern | |
| org.dllearner.algorithms.properties | |
| 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.filters | |
| org.dllearner.cli | 
 DL-Learner command line interface. 
 | 
| org.dllearner.core | 
 Core structure of DL-Learner including the definition of component types and a component manager. 
 | 
| org.dllearner.kb | 
 DL-Learner knowledge sources, which can be used as background
knowledge in learning problems. 
 | 
| org.dllearner.kb.sparql | 
 Runnable scripts, each for a different task or experiment. 
 | 
| org.dllearner.reasoning | 
 Implements the connection to other reasoner or own reasoning/caching algorithms. 
 | 
| Constructor and Description | 
|---|
CELOEWrapper(SparqlEndpointKS ks)  | 
DisjointClassesLearner(SparqlEndpointKS ks)  | 
SimpleSubclassLearner(SparqlEndpointKS ks)  | 
| Constructor and Description | 
|---|
IndividualBasedFragmentExtractor(SparqlEndpointKS ks,
                                int maxNrOfIndividuals)  | 
PatternBasedAxiomLearningAlgorithm(SparqlEndpointKS ks,
                                  FragmentExtractionStrategy extractionStrategy)  | 
PatternBasedAxiomLearningAlgorithm(SparqlEndpointKS ks,
                                  String cacheDir,
                                  FragmentExtractionStrategy extractionStrategy)  | 
TimeBasedFragmentExtractor(SparqlEndpointKS ks,
                          int maxExecutionTimeInMilliseconds,
                          TimeUnit timeUnit)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
QTL2DisjunctiveMultiThreaded.setKs(SparqlEndpointKS ks)  | 
void | 
QTL2Disjunctive.setKs(SparqlEndpointKS ks)  | 
| Constructor and Description | 
|---|
QTL2Disjunctive(PosNegLP lp,
               SparqlEndpointKS ks)  | 
QTL2DisjunctiveMultiThreaded(PosNegLP lp,
                            SparqlEndpointKS ks)  | 
| Constructor and Description | 
|---|
PredicateExistenceFilterDBpedia(SparqlEndpointKS ks)  | 
| Constructor and Description | 
|---|
Enrichment(SparqlEndpointKS ks,
          org.semanticweb.owlapi.model.OWLEntity resource,
          double threshold,
          int nrOfAxiomsToLearn,
          boolean useInference,
          boolean verbose,
          int chunksize,
          int maxExecutionTimeInSeconds,
          boolean omitExistingAxioms)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AbstractAxiomLearningAlgorithm.setKs(SparqlEndpointKS ks)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LocalModelBasedSparqlEndpointKS  | 
| Constructor and Description | 
|---|
AbstractSampleGenerator(SparqlEndpointKS ks)  | 
ClassBasedSampleGenerator(SparqlEndpointKS ks)  | 
InstanceBasedSampleGenerator(SparqlEndpointKS ks)  | 
| Constructor and Description | 
|---|
SPARQLReasoner(SparqlEndpointKS ks)  | 
 DL-Learner is licenced 						under the terms of the GNU General Public License.
Copyright © 2007-2019 Jens Lehmann