- LabeledEdge<T> - Class in org.dllearner.utilities.graph
-
A labeled edge in the graph.
- LabeledEdge(T) - Constructor for class org.dllearner.utilities.graph.LabeledEdge
-
Constructs a labeled edge
- LabeledEdge(Node, Node, Node) - Constructor for class org.dllearner.utilities.QueryUtils.LabeledEdge
-
- LabelShortFormProvider - Class in org.dllearner.utilities
-
A short form provider for OWL entities which uses the English rdfs:label if exist.
- LabelShortFormProvider(QueryExecutionFactory) - Constructor for class org.dllearner.utilities.LabelShortFormProvider
-
- latexEnd - Static variable in class org.dllearner.experiments.TableRowColumn
-
- latexRow(List<String>) - Method in class org.dllearner.utilities.statistics.Table
-
- latexSep - Static variable in class org.dllearner.experiments.TableRowColumn
-
- LazyClassHierarchy - Class in org.dllearner.core.owl
-
Represents a class subsumption hierarchy (ignoring equivalent concepts).
- LazyClassHierarchy(AbstractReasonerComponent) - Constructor for class org.dllearner.core.owl.LazyClassHierarchy
-
- LCS - Class in org.dllearner.algorithms.qtl.operations.lcs
-
Computes the Least Common Subsumer for given rooted RDF graphs.
- LCS() - Constructor for class org.dllearner.algorithms.qtl.operations.lcs.LCS
-
- LCSException - Exception in org.dllearner.exceptions
-
- LCSException(Throwable) - Constructor for exception org.dllearner.exceptions.LCSException
-
- LE() - Method in class org.dllearner.parser.KBParser
-
- LE - Static variable in interface org.dllearner.parser.KBParserConstants
-
RegularExpression Id.
- LEAP - Class in org.dllearner.algorithms.probabilistic.structure.unife.leap
-
- LEAP() - Constructor for class org.dllearner.algorithms.probabilistic.structure.unife.leap.LEAP
-
- LEAP(AbstractCELA, AbstractEDGE) - Constructor for class org.dllearner.algorithms.probabilistic.structure.unife.leap.LEAP
-
- LEAPCrossValidation - Class in org.dllearner.cli.unife
-
Performs a pseudo cross validation for the given problem using the LEAP
system.
- LEAPCrossValidation(AbstractPSLA, int, boolean, boolean) - Constructor for class org.dllearner.cli.unife.LEAPCrossValidation
-
- LEAPDistributed - Class in org.dllearner.algorithms.probabilistic.structure.distributed.unife.leap
-
- LEAPDistributed() - Constructor for class org.dllearner.algorithms.probabilistic.structure.distributed.unife.leap.LEAPDistributed
-
- learn(int, String) - Method in class org.dllearner.server.DLLearnerWS
-
Starts the learning algorithm and returns the best concept found.
- learn(String) - Method in class org.dllearner.server.Rest
-
TODO
This function takes the config string as in a conf file and the returns an EvaluatedDescription
- learnDescriptionsEvaluated(int) - Method in class org.dllearner.server.DLLearnerWS
-
Returns a list of JSON encoded description including extra information
(which partially depends on the learning problem) such as the accuracy
of the learned description.
- learnDescriptionsEvaluatedLimit(int, int) - Method in class org.dllearner.server.DLLearnerWS
-
Returns a list of JSON encoded description including extra information
(which partially depends on the learning problem) such as the accuracy
of the learned description.
- LEARNING - Static variable in interface org.dllearner.core.AxiomLearningProgressMonitor
-
A standard name for the task of computing the types of individual.
- LearningAlgorithm - Interface in org.dllearner.core
-
Basic interface for all DL-Learner learning algorithms.
- learningFailed(AxiomType<? extends OWLAxiom>) - Method in interface org.dllearner.core.AxiomLearningProgressMonitor
-
- learningFailed(AxiomType<? extends OWLAxiom>) - Method in class org.dllearner.core.ConsoleAxiomLearningProgressMonitor
-
- learningFailed(AxiomType<? extends OWLAxiom>) - Method in class org.dllearner.core.SilentAxiomLearningProgressMonitor
-
- LearningProblem - Interface in org.dllearner.core
-
Basic interface for all DL-Learner learning problems.
- LearningProblemUnsupportedException - Exception in org.dllearner.core
-
Exception, which is thrown when an application tries to run
a learning algorithm with a learning problem it does not
support.
- LearningProblemUnsupportedException(Class<? extends AbstractClassExpressionLearningProblem>, Class<? extends LearningAlgorithm>) - Constructor for exception org.dllearner.core.LearningProblemUnsupportedException
-
- LearningProblemUnsupportedException(Class<? extends AbstractClassExpressionLearningProblem>, Class<? extends LearningAlgorithm>, Collection<Class<? extends AbstractClassExpressionLearningProblem>>) - Constructor for exception org.dllearner.core.LearningProblemUnsupportedException
-
- LearningProblemUnsupportedExceptionBean - Class in org.dllearner.server.jaxws
-
This class was generated by the JAX-WS RI.
- LearningProblemUnsupportedExceptionBean() - Constructor for class org.dllearner.server.jaxws.LearningProblemUnsupportedExceptionBean
-
- learningProgressChanged(AxiomType<? extends OWLAxiom>, int, int) - Method in interface org.dllearner.core.AxiomLearningProgressMonitor
-
Indicates that the learning algorithm is part way through its task.
- learningProgressChanged(AxiomType<? extends OWLAxiom>, int, int) - Method in class org.dllearner.core.ConsoleAxiomLearningProgressMonitor
-
- learningProgressChanged(AxiomType<? extends OWLAxiom>, int, int) - Method in class org.dllearner.core.SilentAxiomLearningProgressMonitor
-
- learningStarted(AxiomType<? extends OWLAxiom>) - Method in interface org.dllearner.core.AxiomLearningProgressMonitor
-
Indicates that some learning algorithm has started.
- learningStarted(AxiomType<? extends OWLAxiom>) - Method in class org.dllearner.core.ConsoleAxiomLearningProgressMonitor
-
- learningStarted(AxiomType<? extends OWLAxiom>) - Method in class org.dllearner.core.SilentAxiomLearningProgressMonitor
-
- learningStopped(AxiomType<? extends OWLAxiom>) - Method in interface org.dllearner.core.AxiomLearningProgressMonitor
-
Indicates that a previously started learning algorithm has now stopped.
- learningStopped(AxiomType<? extends OWLAxiom>) - Method in class org.dllearner.core.ConsoleAxiomLearningProgressMonitor
-
- learningStopped(AxiomType<? extends OWLAxiom>) - Method in class org.dllearner.core.SilentAxiomLearningProgressMonitor
-
- learningTaskBusy(AxiomType<? extends OWLAxiom>) - Method in interface org.dllearner.core.AxiomLearningProgressMonitor
-
Indicates that the learning algorithm is busy performing a task whose size cannot
be determined.
- learningTaskBusy(AxiomType<? extends OWLAxiom>) - Method in class org.dllearner.core.ConsoleAxiomLearningProgressMonitor
-
- learningTaskBusy(AxiomType<? extends OWLAxiom>) - Method in class org.dllearner.core.SilentAxiomLearningProgressMonitor
-
- learnThreaded(int) - Method in class org.dllearner.server.DLLearnerWS
-
Starts the learning algorithm and returns immediately.
- LemmaScorePair(String, Double) - Constructor for class org.dllearner.algorithms.isle.WordNet.LemmaScorePair
-
- LengthLimitedRefinementOperator - Interface in org.dllearner.refinementoperators
-
A refinement operator for which the syntactic length of the generated
refinements can be limited.
- LevelOrderTreeTraversal<V,T extends GenericTree<V,T>> - Class in org.dllearner.algorithms.qtl.operations.traversal
-
An iterator for level-order resp.
- LevelOrderTreeTraversal(T) - Constructor for class org.dllearner.algorithms.qtl.operations.traversal.LevelOrderTreeTraversal
-
- LexicographicHeuristic - Class in org.dllearner.algorithms.ocel
-
- LexicographicHeuristic() - Constructor for class org.dllearner.algorithms.ocel.LexicographicHeuristic
-
- lexStateNames - Static variable in class org.dllearner.confparser.ConfParserLegacyTokenManager
-
Lexer state names.
- lexStateNames - Static variable in class org.dllearner.parser.KBParserTokenManager
-
Lexer state names.
- lexStateNames - Static variable in class org.dllearner.parser.PrologParserTokenManager
-
Lexer state names.
- lgg(Model, Model) - Method in class org.dllearner.algorithms.qtl.operations.lgg.graph.LggGeneratorRDFGraph
-
Computes the syntactic LGG also known as cover graph of the two given graphs.
- LGGGenerator - Interface in org.dllearner.algorithms.qtl.operations.lgg
-
A generator of the Least General Generalization (LGG) for RDF query trees.
- LGGGeneratorExt - Class in org.dllearner.algorithms.qtl.operations.lgg
-
An LGG generator based on syntax and structure only, i.e.
- LGGGeneratorExt() - Constructor for class org.dllearner.algorithms.qtl.operations.lgg.LGGGeneratorExt
-
- LggGeneratorRDFGraph - Class in org.dllearner.algorithms.qtl.operations.lgg.graph
-
- LggGeneratorRDFGraph() - Constructor for class org.dllearner.algorithms.qtl.operations.lgg.graph.LggGeneratorRDFGraph
-
- LGGGeneratorRDFS - Class in org.dllearner.algorithms.qtl.operations.lgg
-
An LGG generator with RDFS entailment enabled.
- LGGGeneratorRDFS(AbstractReasonerComponent) - Constructor for class org.dllearner.algorithms.qtl.operations.lgg.LGGGeneratorRDFS
-
- LGGGeneratorSimple - Class in org.dllearner.algorithms.qtl.operations.lgg
-
An LGG generator based on syntax and structure only, i.e.
- LGGGeneratorSimple() - Constructor for class org.dllearner.algorithms.qtl.operations.lgg.LGGGeneratorSimple
-
- LinguisticAnnotator - Interface in org.dllearner.algorithms.isle.index
-
Interface for generating (non-semantic) annotations for documents.
- LinguisticUtil - Class in org.dllearner.algorithms.isle.index
-
Provides shortcuts to commonly used linguistic operations
- LinguisticUtil() - Constructor for class org.dllearner.algorithms.isle.index.LinguisticUtil
-
- list() - Method in class org.dllearner.parser.PrologParser
-
- List - Class in org.dllearner.prolog
-
- List() - Constructor for class org.dllearner.prolog.List
-
- List(Term, List) - Constructor for class org.dllearner.prolog.List
-
- ListDocument - Interface in org.springframework.schema.beans
-
A document containing one list(@http://www.springframework.org/schema/beans) element.
- ListDocument.Factory - Class in org.springframework.schema.beans
-
A factory class with static methods for creating instances
of this type.
- ListDocument.List - Interface in org.springframework.schema.beans
-
An XML list(@http://www.springframework.org/schema/beans).
- ListDocument.List.Factory - Class in org.springframework.schema.beans
-
A factory class with static methods for creating instances
of this type.
- ListDocumentImpl - Class in org.springframework.schema.beans.impl
-
A document containing one list(@http://www.springframework.org/schema/beans) element.
- ListDocumentImpl(SchemaType) - Constructor for class org.springframework.schema.beans.impl.ListDocumentImpl
-
- ListDocumentImpl.ListImpl - Class in org.springframework.schema.beans.impl
-
An XML list(@http://www.springframework.org/schema/beans).
- listEndpoints() - Static method in class org.dllearner.kb.sparql.SparqlEndpoint
-
- ListImpl(SchemaType) - Constructor for class org.springframework.schema.beans.impl.ListDocumentImpl.ListImpl
-
- ListOrSetType - Interface in org.springframework.schema.beans
-
An XML listOrSetType(@http://www.springframework.org/schema/beans).
- ListOrSetType.Factory - Class in org.springframework.schema.beans
-
A factory class with static methods for creating instances
of this type.
- ListOrSetTypeImpl - Class in org.springframework.schema.beans.impl
-
An XML listOrSetType(@http://www.springframework.org/schema/beans).
- ListOrSetTypeImpl(SchemaType) - Constructor for class org.springframework.schema.beans.impl.ListOrSetTypeImpl
-
- ListStringEditor - Class in org.dllearner.configuration.spring.editors
-
TODO: Implementation not working yet.
- ListStringEditor() - Constructor for class org.dllearner.configuration.spring.editors.ListStringEditor
-
- literal() - Method in class org.dllearner.parser.PrologParser
-
- Literal - Class in org.dllearner.prolog
-
- Literal(Atom, boolean) - Constructor for class org.dllearner.prolog.Literal
-
- LiteralNode - Class in org.dllearner.kb.extraction
-
A node in the graph that is a Literal.
- LiteralNode(String) - Constructor for class org.dllearner.kb.extraction.LiteralNode
-
- LiteralNode(RDFNode) - Constructor for class org.dllearner.kb.extraction.LiteralNode
-
- LLRRelevanceMetric - Class in org.dllearner.algorithms.isle.metrics
-
Log Likelihood Ratio
- LLRRelevanceMetric(Index) - Constructor for class org.dllearner.algorithms.isle.metrics.LLRRelevanceMetric
-
- loadCache(File) - Method in class org.dllearner.algorithms.isle.index.syntactic.SolrSyntacticIndex
-
- loadIncoherentOntologies() - Method in class org.dllearner.kb.dataset.AbstractOWLOntologyDataset
-
- loadIncoherentOntologies() - Method in interface org.dllearner.kb.dataset.AnalyzedOWLOntologyDataset
-
- loadInconsistentOntologies() - Method in class org.dllearner.kb.dataset.AbstractOWLOntologyDataset
-
- loadInconsistentOntologies() - Method in interface org.dllearner.kb.dataset.AnalyzedOWLOntologyDataset
-
- LOADING - Static variable in interface org.dllearner.core.AxiomLearningProgressMonitor
-
A standard name for the task of loading a reasoner with axioms.
- loadNegExamples() - Static method in class org.dllearner.examples.MouseDiabetes
-
- loadNegExamples() - Static method in class org.dllearner.examples.MouseDiabetes2
-
- loadNegExamples() - Static method in class org.dllearner.examples.MouseDiabetesExp3CaI
-
- loadOntologies() - Method in class org.dllearner.kb.dataset.AbstractOWLOntologyDataset
-
- loadOntologies() - Method in interface org.dllearner.kb.dataset.OWLOntologyDataset
-
- loadOntologies() - Method in class org.dllearner.kb.dataset.SimpleFileOWLOntologyDataset
-
- loadOWLSchema() - Method in class org.dllearner.reasoning.SPARQLReasoner
-
Gets all logical axioms according to entities of type owl:Class, owl:ObjectProperty and owl:DatatypeProperty.
- loadPosExamples() - Static method in class org.dllearner.examples.MouseDiabetes
-
- loadPosExamples() - Static method in class org.dllearner.examples.MouseDiabetes2
-
- loadPosExamples() - Static method in class org.dllearner.examples.MouseDiabetesExp3CaI
-
- loadRulesLevel(String) - Static method in class org.dllearner.reasoning.SKOSReasoner
-
Return the SKOS rule set, loading it in if necessary.
- loadSchema() - Method in class org.dllearner.reasoning.SPARQLReasoner
-
- loadSchema(String) - Method in class org.dllearner.reasoning.SPARQLReasoner
-
- LocalDirectoryOntologyRepository - Class in org.dllearner.kb.repository
-
- LocalDirectoryOntologyRepository(File) - Constructor for class org.dllearner.kb.repository.LocalDirectoryOntologyRepository
-
- LocalDirectoryOntologyRepository(File, long) - Constructor for class org.dllearner.kb.repository.LocalDirectoryOntologyRepository
-
- LocalModelBasedSparqlEndpointKS - Class in org.dllearner.kb
-
- LocalModelBasedSparqlEndpointKS() - Constructor for class org.dllearner.kb.LocalModelBasedSparqlEndpointKS
-
- LocalModelBasedSparqlEndpointKS(OntModel) - Constructor for class org.dllearner.kb.LocalModelBasedSparqlEndpointKS
-
Create new Sparql Endpoint based on Jena Ontology
- LocalModelBasedSparqlEndpointKS(Model, boolean) - Constructor for class org.dllearner.kb.LocalModelBasedSparqlEndpointKS
-
Create new Sparql Endpoint based on Jena model
- LocalModelBasedSparqlEndpointKS(Model, OntModelSpec) - Constructor for class org.dllearner.kb.LocalModelBasedSparqlEndpointKS
-
Create new Sparql Endpoint based on Jena Model and reasoning spec
- LocalModelBasedSparqlEndpointKS(Model) - Constructor for class org.dllearner.kb.LocalModelBasedSparqlEndpointKS
-
Create new Sparql Endpoint based on Jena Model.
- LOCASE - Static variable in interface org.dllearner.parser.PrologParserConstants
-
RegularExpression Id.
- logger - Static variable in class org.dllearner.core.AbstractReasonerComponent
-
- logger - Static variable in class org.dllearner.core.owl.ClassHierarchy
-
- logger - Static variable in class org.dllearner.core.owl.LazyClassHierarchy
-
- logger - Static variable in class org.dllearner.core.probabilistic.unife.AbstractProbabilisticReasonerComponent
-
- logger - Static variable in class org.dllearner.kb.extraction.PropertyNode
-
- logger - Static variable in class org.dllearner.kb.manipulator.TypeFilterRule
-
- logger - Static variable in class org.dllearner.utilities.URLencodeUTF8
-
- Logging - Class in org.dllearner.utilities
-
Logging centered utility class.
- Logging() - Constructor for class org.dllearner.utilities.Logging
-
- logJamon() - Method in class org.dllearner.kb.manipulator.AddAllStringsAsClasses
-
- logJamon() - Method in class org.dllearner.kb.manipulator.DBPediaNavigatorCityLocatorRule
-
- logJamon() - Method in class org.dllearner.kb.manipulator.DBpediaNavigatorFilterRule
-
- logJamon() - Method in class org.dllearner.kb.manipulator.DBpediaNavigatorOtherRule
-
- logJamon() - Method in class org.dllearner.kb.manipulator.ObjectReplacementRule
-
- logJamon() - Method in class org.dllearner.kb.manipulator.PredicateReplacementRule
-
- logJamon() - Method in class org.dllearner.kb.manipulator.Rule
-
- logJamon() - Method in class org.dllearner.kb.manipulator.SimpleObjectFilterRule
-
- logJamon() - Method in class org.dllearner.kb.manipulator.SimplePredicateFilterRule
-
- logJamon() - Method in class org.dllearner.kb.manipulator.StringToResource
-
- logJamon() - Method in class org.dllearner.kb.manipulator.TypeFilterRule
-
- logLevelDefault - Static variable in class org.dllearner.core.options.CommonConfigOptions
-
- LookupMethodDocument - Interface in org.springframework.schema.beans
-
A document containing one lookup-method(@http://www.springframework.org/schema/beans) element.
- LookupMethodDocument.Factory - Class in org.springframework.schema.beans
-
A factory class with static methods for creating instances
of this type.
- LookupMethodDocument.LookupMethod - Interface in org.springframework.schema.beans
-
An XML lookup-method(@http://www.springframework.org/schema/beans).
- LookupMethodDocument.LookupMethod.Factory - Class in org.springframework.schema.beans
-
A factory class with static methods for creating instances
of this type.
- LookupMethodDocumentImpl - Class in org.springframework.schema.beans.impl
-
A document containing one lookup-method(@http://www.springframework.org/schema/beans) element.
- LookupMethodDocumentImpl(SchemaType) - Constructor for class org.springframework.schema.beans.impl.LookupMethodDocumentImpl
-
- LookupMethodDocumentImpl.LookupMethodImpl - Class in org.springframework.schema.beans.impl
-
An XML lookup-method(@http://www.springframework.org/schema/beans).
- LookupMethodImpl(SchemaType) - Constructor for class org.springframework.schema.beans.impl.LookupMethodDocumentImpl.LookupMethodImpl
-
- LOVRepository - Class in org.dllearner.kb.repository.lov
-
- LOVRepository() - Constructor for class org.dllearner.kb.repository.lov.LOVRepository
-
- LuceneSyntacticIndex - Class in org.dllearner.algorithms.isle.index.syntactic
-
- LuceneSyntacticIndex(OWLOntology, IndexReader, String) - Constructor for class org.dllearner.algorithms.isle.index.syntactic.LuceneSyntacticIndex
-
- LuceneSyntacticIndex(OWLOntology, Directory, String) - Constructor for class org.dllearner.algorithms.isle.index.syntactic.LuceneSyntacticIndex
-
- LuceneSyntacticIndex(OWLOntology, String, String) - Constructor for class org.dllearner.algorithms.isle.index.syntactic.LuceneSyntacticIndex
-