A B C D E F G H I J K L M N O P Q R S T U V W X Y _

S

saveOntology() - Method in class org.dllearner.kb.extraction.OWLAPIOntologyCollector
 
saveOntology(File, OntologyFormat) - Method in class org.dllearner.reasoning.DIGReasoner
 
SchemaReasoner - Interface in org.dllearner.core
Reasoning requests related to the schema of the knowledge base.
Score - Class in org.dllearner.core
The score class is used to store how well a class description did on a learning problem.
Score() - Constructor for class org.dllearner.core.Score
 
ScorePosNeg - Class in org.dllearner.learningproblems
The score class is used to store how well a class description did on a learning problem.
ScorePosNeg() - Constructor for class org.dllearner.learningproblems.ScorePosNeg
 
ScorePosOnly - Class in org.dllearner.learningproblems
 
ScorePosOnly(Set<Individual>, Set<Individual>, double, Set<Individual>, double, double) - Constructor for class org.dllearner.learningproblems.ScorePosOnly
 
ScoreThreeValued - Class in org.dllearner.learningproblems
Computes the score (a negative value) by comparing the classification results with ideal results.
ScoreThreeValued(int, double, double, boolean, double, SortedSet<Individual>, SortedSet<Individual>, SortedSet<Individual>, SortedSet<Individual>, SortedSet<Individual>, SortedSet<Individual>) - Constructor for class org.dllearner.learningproblems.ScoreThreeValued
 
ScoreThreeValued.ScoreMethod - Enum in org.dllearner.learningproblems
 
ScoreTwoValued - Class in org.dllearner.learningproblems
Calculates accuracy and score (with respect to some length penalty) of a class description.
ScoreTwoValued(Set<Individual>, Set<Individual>, Set<Individual>, Set<Individual>) - Constructor for class org.dllearner.learningproblems.ScoreTwoValued
 
ScoreTwoValued(int, double, Set<Individual>, Set<Individual>, Set<Individual>, Set<Individual>) - Constructor for class org.dllearner.learningproblems.ScoreTwoValued
Deprecated. 
ScoreTwoValued(int, double, Set<Individual>, Set<Individual>, Set<Individual>, Set<Individual>, double) - Constructor for class org.dllearner.learningproblems.ScoreTwoValued
 
ScriptDoAll - Class in org.dllearner.utilities.analyse
 
ScriptDoAll() - Constructor for class org.dllearner.utilities.analyse.ScriptDoAll
 
search(String) - Method in class org.dllearner.algorithms.isle.LuceneSearcher
 
searchTreeFile - Variable in class org.dllearner.utilities.learn.LearnConfiguration
 
SearchTreeNode - Class in org.dllearner.algorithms.el
A node in the search tree of an EL algorithm.
SearchTreeNode(ELDescriptionTree) - Constructor for class org.dllearner.algorithms.el.SearchTreeNode
 
SearchTreeNode - Interface in org.dllearner.algorithms
Interface for search tree nodes, which are used in various algorithms.
SECONDS - Static variable in class org.dllearner.utilities.JamonMonitorLogger
 
select(int) - Method in class org.dllearner.utilities.experiments.ExMakerFixedSize
same as select(int,int) uses both times the same number
select(int, int) - Method in class org.dllearner.utilities.experiments.ExMakerFixedSize
returns a new example object based on ALL (train and test) examples in the old set picks a fixed number of examples, puts them into training sets, rest to test set
send() - Method in class org.dllearner.kb.sparql.SparqlQuery
Sends a SPARQL query using the Jena library.
sendAsk() - Method in class org.dllearner.kb.sparql.SparqlQuery
 
serialize(String) - Method in class org.dllearner.utilities.experiments.Table
 
serialize(File) - Method in class org.dllearner.utilities.statistics.TableColumn
 
serializeColumns(Table, String, String) - Static method in class org.dllearner.utilities.statistics.Table
 
setAccept(String) - Method in class org.dllearner.kb.sparql.HttpQuery
Set the content type (Accept header) for the results
setAccuracyMethod(String) - Method in class org.dllearner.core.configurators.ClassLearningProblemConfigurator
 
setAccuracyMethod(String) - Method in class org.dllearner.core.configurators.FuzzyPosNegLPStandardConfigurator
 
setAccuracyMethod(String) - Method in class org.dllearner.core.configurators.PosNegLPStandardConfigurator
 
setAccuracyPenalty(double) - Method in class org.dllearner.core.configurators.PosNegLPStrictConfigurator
 
setAdc(boolean) - Method in class org.dllearner.core.configurators.GPConfigurator
 
setAlgorithmType(String) - Method in class org.dllearner.core.configurators.GPConfigurator
 
setAllowedConcepts(Set<String>) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setAllowedConcepts(Set<String>) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setAllowedConcepts(Set<String>) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setAllowedRoles(Set<String>) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setAllowedRoles(Set<String>) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setAllowedValues(Set<String>) - Method in class org.dllearner.core.options.StringConfigOption
 
setAllowedValues(String[]) - Method in class org.dllearner.core.options.StringConfigOption
 
setApplyAllFilter(boolean) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setApplyAllFilter(boolean) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setApplyExistsFilter(boolean) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setApplyExistsFilter(boolean) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setApproxAccuracy(double) - Method in class org.dllearner.core.configurators.ClassLearningProblemConfigurator
 
setApproxAccuracy(double) - Method in class org.dllearner.core.configurators.FuzzyPosNegLPStandardConfigurator
 
setApproxAccuracy(double) - Method in class org.dllearner.core.configurators.PosNegLPStandardConfigurator
 
setArgument(int, Term) - Method in class org.dllearner.prolog.Function
 
setAsText(String) - Method in class org.dllearner.core.config.DataPropertyEditor
 
setAsText(String) - Method in class org.dllearner.core.config.IntegerEditor
 
setAsText(String) - Method in class org.dllearner.core.config.NamedClassEditor
 
setAsText(String) - Method in class org.dllearner.core.config.ObjectPropertyEditor
 
setBasicAuthentication(String, char[]) - Method in class org.dllearner.kb.sparql.ExtendedQueryEngineHTTP
Set user and password for basic authentication.
setBasicAuthentication(String, char[]) - Method in class org.dllearner.kb.sparql.HttpQuery
 
setBetaEq(double) - Method in class org.dllearner.core.configurators.ClassLearningProblemConfigurator
 
setBetaSC(double) - Method in class org.dllearner.core.configurators.ClassLearningProblemConfigurator
 
setBreakSuperClassRetrievalAfter(int) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setCacheDir(String) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setCardinalityLimit(int) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setCardinalityLimit(int) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setCardinalityLimit(int) - Method in class org.dllearner.core.configurators.ISLEConfigurator
 
setCardinalityLimit(int) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setCheckConsistency(boolean) - Method in class org.dllearner.core.configurators.ClassLearningProblemConfigurator
 
setClassToDescribe(NamedClass) - Method in class org.dllearner.algorithms.DisjointClassesLearner
 
setClassToDescribe(NamedClass) - Method in class org.dllearner.algorithms.SimpleSubclassLearner
 
setClassToDescribe(URL) - Method in class org.dllearner.core.configurators.ClassLearningProblemConfigurator
 
setCloseAfterRecursion(boolean) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setComponentClasses(String[]) - Static method in class org.dllearner.core.ComponentManager
Set the classes, which can be used as components.
setConsistent(boolean) - Method in class org.dllearner.learningproblems.ClassScore
 
setConsistent(boolean) - Method in class org.dllearner.learningproblems.EvaluatedDescriptionClass
 
setCount(boolean) - Method in class org.dllearner.kb.sparql.SparqlQueryDescriptionConvertVisitor
 
setCoveredExamples(Set<Individual>, Set<Individual>) - Method in class org.dllearner.algorithms.ocel.ExampleBasedNode
 
setCoveredNegativeExamples(int) - Method in class org.dllearner.algorithms.refinement.Node
 
setCoveredNegatives(int) - Method in class org.dllearner.algorithms.el.SearchTreeNode
 
setCrossoverProbability(double) - Method in class org.dllearner.core.configurators.GPConfigurator
 
setCurrentLabel(String) - Static method in class org.dllearner.utilities.statistics.Statistics
 
setCustomFilter(String) - Method in class org.dllearner.kb.sparql.SparqlQueryDescriptionConvertVisitor
 
setDebugStream(PrintStream) - Method in class org.dllearner.parser.KBParserTokenManager
Set debug output.
setDebugStream(PrintStream) - Method in class org.dllearner.parser.PrologParserTokenManager
Set debug output.
setDefaultGraphURIs(Set<String>) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setDefaultGraphURIs(List<String>) - Method in class org.dllearner.kb.sparql.ExtendedQueryEngineHTTP
 
setDefaultGraphURIs(List<String>) - Method in class org.dllearner.kb.SparqlEndpointKS
 
setDefaultNegation(boolean) - Method in class org.dllearner.core.configurators.FastInstanceCheckerConfigurator
 
setDefaultNegation(boolean) - Method in class org.dllearner.core.configurators.PelletReasonerConfigurator
 
setDefaultNegation(boolean) - Method in class org.dllearner.core.configurators.ProtegeReasonerConfigurator
 
setDefaultValue(T) - Method in class org.dllearner.core.options.ConfigOption
 
setDescription(Description) - Method in class org.dllearner.core.EvaluatedDescription
Used for rewriting (simplification, beautification) of evaluated descriptions returned by the learning algorithm.
setDetails(Object) - Method in class org.dllearner.utilities.experiments.MyMonKey
 
setDigProtocolFile(String) - Method in class org.dllearner.core.configurators.DIGReasonerConfigurator
 
setDisplay(TableRowColumn.Display) - Method in class org.dllearner.utilities.experiments.TableRowColumn
 
setDissolveBlankNodes(boolean) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setDistinct(boolean) - Method in class org.dllearner.kb.sparql.SparqlQueryDescriptionConvertVisitor
result is distinct
setDropDisjuncts(boolean) - Method in class org.dllearner.refinementoperators.fuzzydll.FuzzyRhoDRDown
By default, the operator does not specialize e.g.
setDropDisjuncts(boolean) - Method in class org.dllearner.refinementoperators.RhoDRDown
By default, the operator does not specialize e.g.
setElitism(boolean) - Method in class org.dllearner.core.configurators.GPConfigurator
 
setErrorPenalty(double) - Method in class org.dllearner.core.configurators.PosNegLPStrictConfigurator
 
setExampleName(String) - Method in class org.dllearner.core.options.fuzzydll.FuzzyExample
 
setExpansionPenaltyFactor(double) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setExpansionPenaltyFactor(double) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setExpansionPenaltyFactor(double) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setFileManager(FileManager) - Method in class org.dllearner.kb.sparql.ExtendedQueryEngineHTTP
 
setFilterDescriptionsFollowingFromKB(boolean) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setFilterDescriptionsFollowingFromKB(boolean) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setFilterDescriptionsFollowingFromKB(boolean) - Method in class org.dllearner.core.configurators.ISLEConfigurator
 
setFollowsFromKB(boolean) - Method in class org.dllearner.learningproblems.ClassScore
 
setFollowsFromKB(boolean) - Method in class org.dllearner.learningproblems.EvaluatedDescriptionClass
 
setForcePOST() - Method in class org.dllearner.kb.sparql.HttpQuery
Force the use of HTTP POST for the query operation
setForceRefinementLengthIncrease(boolean) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setFreshnessInDays(int) - Method in class org.dllearner.kb.sparql.Cache
Changes how long cached results will stay fresh (default 15 days).
setFuzzyDegree(double) - Method in class org.dllearner.core.options.fuzzydll.FuzzyExample
 
setFuzzyExamples(Set<Object>) - Method in class org.dllearner.core.configurators.FuzzyPosNegLPStandardConfigurator
 
setGenerations(int) - Method in class org.dllearner.core.configurators.GPConfigurator
 
setGetAllSuperClasses(boolean) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setGetPropertyInformation(boolean) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setGuaranteeXgoodDescriptions(int) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setGuaranteeXgoodDescriptions(int) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setHeader(String) - Method in class org.dllearner.utilities.statistics.TableColumn
 
setHeuristic(String) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setHeuristic(String) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setHillClimbingProbability(double) - Method in class org.dllearner.core.configurators.GPConfigurator
 
setHorizontalExpansion(int) - Method in class org.dllearner.algorithms.ocel.ExampleBasedNode
 
setHorizontalExpansion(int) - Method in class org.dllearner.algorithms.refinement.Node
 
setHorizontalExpansionFactor(double) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setHorizontalExpansionFactor(double) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setIgnoredConcepts(Set<String>) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setIgnoredConcepts(Set<String>) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setIgnoredConcepts(Set<String>) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setIgnoredRoles(Set<String>) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setIgnoredRoles(Set<String>) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setImproveSubsumptionHierarchy(boolean) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setImproveSubsumptionHierarchy(boolean) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setInitialBinding(QuerySolution) - Method in class org.dllearner.kb.sparql.ExtendedQueryEngineHTTP
 
setInitialBindings(ResultSet) - Method in class org.dllearner.kb.sparql.ExtendedQueryEngineHTTP
 
setInitMaxDepth(int) - Method in class org.dllearner.core.configurators.GPConfigurator
 
setInitMinDepth(int) - Method in class org.dllearner.core.configurators.GPConfigurator
 
setInstanceBasedDisjoints(boolean) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setInstanceBasedDisjoints(boolean) - Method in class org.dllearner.core.configurators.ELLearningAlgorithmConfigurator
 
setInstanceBasedDisjoints(boolean) - Method in class org.dllearner.core.configurators.ELLearningAlgorithmDisjunctiveConfigurator
 
setInstanceBasedDisjoints(boolean) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setInstanceBasedDisjoints(boolean) - Method in class org.dllearner.core.configurators.ISLEConfigurator
 
setInstanceBasedDisjoints(boolean) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setInstanceBasedDisjoints(boolean) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setInstances(Set<String>) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setLabel(ObjectProperty) - Method in class org.dllearner.algorithms.el.ELDescriptionEdge
 
setLabels(boolean) - Method in class org.dllearner.kb.sparql.SparqlQueryDescriptionConvertVisitor
also retrieve labels (untested)
setLimit(int) - Method in class org.dllearner.kb.sparql.SparqlQueryDescriptionConvertVisitor
 
setLiterals(boolean) - Method in class org.dllearner.kb.sparql.SparqlQueryMaker
 
setLogLevel(String) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setLogLevel(String) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setLowerLimit(double) - Method in class org.dllearner.core.options.DoubleConfigOption
 
setLowerLimit(int) - Method in class org.dllearner.core.options.IntegerConfigOption
 
setMandatory(boolean) - Method in class org.dllearner.core.options.ConfigOption
 
SetManipulation - Class in org.dllearner.utilities.datastructures
 
SetManipulation() - Constructor for class org.dllearner.utilities.datastructures.SetManipulation
 
setManipulator(Manipulator) - Method in class org.dllearner.kb.sparql.SparqlKnowledgeSource
 
setMaxClassDescriptionTests(int) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setMaxClassDescriptionTests(int) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setMaxClassDescriptionTests(int) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setMaxConceptLength(int) - Method in class org.dllearner.core.configurators.GPConfigurator
 
setMaxDepth(int) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setMaxDepth(int) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setMaxDepth(int) - Method in class org.dllearner.core.configurators.ISLEConfigurator
 
setMaxDepth(int) - Method in class org.dllearner.core.configurators.RandomGuesserConfigurator
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.algorithms.DisjointClassesLearner
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.algorithms.properties.DataPropertyDomainAxiomLearner
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.algorithms.properties.DataPropertyRangeAxiomLearner
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.algorithms.properties.DisjointDataPropertyAxiomLearner
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.algorithms.properties.DisjointObjectPropertyAxiomLearner
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.algorithms.properties.EquivalentDataPropertyAxiomLearner
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.algorithms.properties.EquivalentObjectPropertyAxiomLearner
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.algorithms.properties.FunctionalDataPropertyAxiomLearner
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.algorithms.properties.FunctionalObjectPropertyAxiomLearner
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.algorithms.properties.InverseFunctionalObjectPropertyAxiomLearner
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.algorithms.properties.IrreflexiveObjectPropertyAxiomLearner
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.algorithms.properties.ObjectPropertyDomainAxiomLearner
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.algorithms.properties.ObjectPropertyRangeAxiomLearner
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.algorithms.properties.ReflexiveObjectPropertyAxiomLearner
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.algorithms.properties.SubDataPropertyOfAxiomLearner
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.algorithms.properties.SubObjectPropertyOfAxiomLearner
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.algorithms.properties.SymmetricObjectPropertyAxiomLearner
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.algorithms.properties.TransitiveObjectPropertyAxiomLearner
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.algorithms.SimpleSubclassLearner
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.core.configurators.ClassLearningProblemConfigurator
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.core.configurators.ISLEConfigurator
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setMaxExecutionTimeInSeconds(int) - Method in class org.dllearner.kb.sparql.ExtractionDBCache
 
setMaxFetchedRows(int) - Method in class org.dllearner.algorithms.DisjointClassesLearner
 
setMaxFetchedRows(int) - Method in class org.dllearner.algorithms.properties.DataPropertyDomainAxiomLearner
 
setMaxFetchedRows(int) - Method in class org.dllearner.algorithms.properties.DataPropertyRangeAxiomLearner
 
setMaxFetchedRows(int) - Method in class org.dllearner.algorithms.properties.DisjointDataPropertyAxiomLearner
 
setMaxFetchedRows(int) - Method in class org.dllearner.algorithms.properties.DisjointObjectPropertyAxiomLearner
 
setMaxFetchedRows(int) - Method in class org.dllearner.algorithms.properties.EquivalentDataPropertyAxiomLearner
 
setMaxFetchedRows(int) - Method in class org.dllearner.algorithms.properties.EquivalentObjectPropertyAxiomLearner
 
setMaxFetchedRows(int) - Method in class org.dllearner.algorithms.properties.FunctionalDataPropertyAxiomLearner
 
setMaxFetchedRows(int) - Method in class org.dllearner.algorithms.properties.FunctionalObjectPropertyAxiomLearner
 
setMaxFetchedRows(int) - Method in class org.dllearner.algorithms.properties.InverseFunctionalObjectPropertyAxiomLearner
 
setMaxFetchedRows(int) - Method in class org.dllearner.algorithms.properties.IrreflexiveObjectPropertyAxiomLearner
 
setMaxFetchedRows(int) - Method in class org.dllearner.algorithms.properties.ObjectPropertyDomainAxiomLearner
 
setMaxFetchedRows(int) - Method in class org.dllearner.algorithms.properties.ObjectPropertyRangeAxiomLearner
 
setMaxFetchedRows(int) - Method in class org.dllearner.algorithms.properties.ReflexiveObjectPropertyAxiomLearner
 
setMaxFetchedRows(int) - Method in class org.dllearner.algorithms.properties.SubDataPropertyOfAxiomLearner
 
setMaxFetchedRows(int) - Method in class org.dllearner.algorithms.properties.SubObjectPropertyOfAxiomLearner
 
setMaxFetchedRows(int) - Method in class org.dllearner.algorithms.properties.SymmetricObjectPropertyAxiomLearner
 
setMaxFetchedRows(int) - Method in class org.dllearner.algorithms.properties.TransitiveObjectPropertyAxiomLearner
 
setMaxFetchedRows(int) - Method in class org.dllearner.algorithms.SimpleSubclassLearner
 
setMaxLength(int) - Method in class org.dllearner.core.configurators.BruteForceLearnerConfigurator
 
setMaxNrOfResults(int) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setMaxNrOfResults(int) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setMaxNrOfResults(int) - Method in class org.dllearner.core.configurators.ISLEConfigurator
 
setMinExecutionTimeInSeconds(int) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setMinExecutionTimeInSeconds(int) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setMutationProbability(double) - Method in class org.dllearner.core.configurators.GPConfigurator
 
setName(String) - Method in class org.dllearner.prolog.PrologConstant
 
setName(String) - Method in class org.dllearner.prolog.Variable
 
setNamedGraphURIs(Set<String>) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setNamedGraphURIs(List<String>) - Method in class org.dllearner.kb.sparql.ExtendedQueryEngineHTTP
 
setNamedGraphURIs(List<String>) - Method in class org.dllearner.kb.SparqlEndpointKS
 
setNegationPenalty(int) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setNegativeExamples(Set<String>) - Method in class org.dllearner.core.configurators.FuzzyPosNegLPStandardConfigurator
 
setNegativeExamples(Set<String>) - Method in class org.dllearner.core.configurators.PosNegLPStandardConfigurator
 
setNegativeExamples(Set<String>) - Method in class org.dllearner.core.configurators.PosNegLPStrictConfigurator
 
setNegativeExamples(SortedSet<Individual>) - Method in class org.dllearner.learningproblems.fuzzydll.FuzzyPosNegLP
 
setNegativeExamples(SortedSet<Individual>) - Method in class org.dllearner.learningproblems.PosNegLP
 
setNegativeWeight(double) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setNextTaskToClassesForInstances() - Method in class org.dllearner.kb.aquisitors.TupleAquisitor
 
setNextTaskToClassInformation() - Method in class org.dllearner.kb.aquisitors.TupleAquisitor
 
setNextTaskToNormal() - Method in class org.dllearner.kb.aquisitors.TupleAquisitor
 
setNoisePercentage(double) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setNoisePercentage(double) - Method in class org.dllearner.core.configurators.ELLearningAlgorithmDisjunctiveConfigurator
 
setNoisePercentage(double) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setNoisePercentage(double) - Method in class org.dllearner.core.configurators.ISLEConfigurator
 
setNoisePercentage(double) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setNumberOfGuesses(int) - Method in class org.dllearner.core.configurators.RandomGuesserConfigurator
 
setNumberOfIndividuals(int) - Method in class org.dllearner.core.configurators.GPConfigurator
 
setNumberOfSelectedIndividuals(int) - Method in class org.dllearner.core.configurators.GPConfigurator
 
setObjList(Set<String>) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setOffset(int) - Method in class org.dllearner.kb.sparql.SparqlQueryDescriptionConvertVisitor
 
setOracle(Oracle) - Method in interface org.dllearner.core.ActiveLearningAlgorithm
In order to separate/hide the implementation of an oracle from the active learning algorithm itself, an oracle object is passed to the algorithm.
setOWLFileURL(String) - Method in class org.dllearner.utilities.learn.LearnOWLFileConfiguration
 
setOwlLinkURL(URL) - Method in class org.dllearner.core.configurators.FastInstanceCheckerConfigurator
 
setOwlLinkURL(URL) - Method in class org.dllearner.core.configurators.FuzzyOWLAPIReasonerConfigurator
 
setOwlLinkURL(URL) - Method in class org.dllearner.core.configurators.OWLAPIReasonerConfigurator
 
setOWLOntologies(Set<OWLOntology>) - Method in class org.dllearner.kb.OWLAPIOntology
 
setOWLReasoner(OWLReasoner) - Method in class org.dllearner.reasoning.ProtegeReasoner
 
setParam(Object) - Method in class org.dllearner.utilities.experiments.MyMonKey
Used to set any arbitrary Object into the key.
setParent(Description) - Method in class org.dllearner.core.owl.Description
 
setPenaliseNeutralExamples(boolean) - Method in class org.dllearner.core.configurators.PosNegLPStrictConfigurator
 
setPercentPerLenghtUnit(double) - Method in class org.dllearner.core.configurators.FuzzyPosNegLPStandardConfigurator
 
setPercentPerLenghtUnit(double) - Method in class org.dllearner.core.configurators.PosNegLPStandardConfigurator
 
setPercentPerLenghtUnit(double) - Method in class org.dllearner.core.configurators.PosNegLPStrictConfigurator
 
setPositiveExamples(Set<String>) - Method in class org.dllearner.core.configurators.FuzzyPosNegLPStandardConfigurator
 
setPositiveExamples(Set<String>) - Method in class org.dllearner.core.configurators.PosNegLPStandardConfigurator
 
setPositiveExamples(Set<String>) - Method in class org.dllearner.core.configurators.PosNegLPStrictConfigurator
 
setPositiveExamples(Set<String>) - Method in class org.dllearner.core.configurators.PosOnlyLPConfigurator
 
setPositiveExamples(SortedSet<Individual>) - Method in class org.dllearner.learningproblems.fuzzydll.FuzzyPosNegLP
 
setPositiveExamples(SortedSet<Individual>) - Method in class org.dllearner.learningproblems.PosNegLP
 
setPosOnlyCandidate(boolean) - Method in class org.dllearner.algorithms.ocel.ExampleBasedNode
 
setPostConvergenceGenerations(int) - Method in class org.dllearner.core.configurators.GPConfigurator
 
setPredefinedEndpoint(String) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setPredefinedFilter(String) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setPredefinedManipulator(String) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setPredList(Set<String>) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setProgressMonitor(ReasonerProgressMonitor) - Method in class org.dllearner.reasoning.ProtegeReasoner
 
setPropertyToDescribe(DatatypeProperty) - Method in class org.dllearner.algorithms.properties.DataPropertyDomainAxiomLearner
 
setPropertyToDescribe(DatatypeProperty) - Method in class org.dllearner.algorithms.properties.DataPropertyRangeAxiomLearner
 
setPropertyToDescribe(DatatypeProperty) - Method in class org.dllearner.algorithms.properties.DisjointDataPropertyAxiomLearner
 
setPropertyToDescribe(ObjectProperty) - Method in class org.dllearner.algorithms.properties.DisjointObjectPropertyAxiomLearner
 
setPropertyToDescribe(DatatypeProperty) - Method in class org.dllearner.algorithms.properties.EquivalentDataPropertyAxiomLearner
 
setPropertyToDescribe(ObjectProperty) - Method in class org.dllearner.algorithms.properties.EquivalentObjectPropertyAxiomLearner
 
setPropertyToDescribe(DatatypeProperty) - Method in class org.dllearner.algorithms.properties.FunctionalDataPropertyAxiomLearner
 
setPropertyToDescribe(ObjectProperty) - Method in class org.dllearner.algorithms.properties.FunctionalObjectPropertyAxiomLearner
 
setPropertyToDescribe(ObjectProperty) - Method in class org.dllearner.algorithms.properties.InverseFunctionalObjectPropertyAxiomLearner
 
setPropertyToDescribe(ObjectProperty) - Method in class org.dllearner.algorithms.properties.IrreflexiveObjectPropertyAxiomLearner
 
setPropertyToDescribe(ObjectProperty) - Method in class org.dllearner.algorithms.properties.ObjectPropertyDomainAxiomLearner
 
setPropertyToDescribe(ObjectProperty) - Method in class org.dllearner.algorithms.properties.ObjectPropertyRangeAxiomLearner
 
setPropertyToDescribe(ObjectProperty) - Method in class org.dllearner.algorithms.properties.ReflexiveObjectPropertyAxiomLearner
 
setPropertyToDescribe(DatatypeProperty) - Method in class org.dllearner.algorithms.properties.SubDataPropertyOfAxiomLearner
 
setPropertyToDescribe(ObjectProperty) - Method in class org.dllearner.algorithms.properties.SubObjectPropertyOfAxiomLearner
 
setPropertyToDescribe(ObjectProperty) - Method in class org.dllearner.algorithms.properties.SymmetricObjectPropertyAxiomLearner
 
setPropertyToDescribe(ObjectProperty) - Method in class org.dllearner.algorithms.properties.TransitiveObjectPropertyAxiomLearner
 
setQualityEvaluationMethod(ExampleBasedNode.QualityEvaluationMethod) - Method in class org.dllearner.algorithms.ocel.ExampleBasedNode
 
setQualityEvaluationMethod(Node.QualityEvaluationMethod) - Method in class org.dllearner.algorithms.refinement.Node
 
setQuiet(boolean) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setReasonerType(String) - Method in class org.dllearner.core.configurators.FastInstanceCheckerConfigurator
 
setReasonerType(String) - Method in class org.dllearner.core.configurators.FuzzyOWLAPIReasonerConfigurator
 
setReasonerType(String) - Method in class org.dllearner.core.configurators.OWLAPIReasonerConfigurator
 
setReasonerUrl(String) - Method in class org.dllearner.core.configurators.DIGReasonerConfigurator
 
setRecursionDepth(int) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setRedundant(boolean) - Method in class org.dllearner.algorithms.ocel.ExampleBasedNode
 
setRedundant(boolean) - Method in class org.dllearner.algorithms.refinement.Node
 
setRefersToFile(boolean) - Method in class org.dllearner.core.options.URLConfigOption
 
setRefersToOWLClass(boolean) - Method in class org.dllearner.core.options.URLConfigOption
 
setRefinementCount(int) - Method in class org.dllearner.algorithms.celoe.OENode
 
setRefinementCount(int) - Method in class org.dllearner.algorithms.fuzzydll.FuzzyOENode
 
setRefinementProbability(double) - Method in class org.dllearner.core.configurators.GPConfigurator
 
setReplaceObject(List<StringTuple>) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setReplacePredicate(List<StringTuple>) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setReplaceSearchTree(boolean) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setReplaceSearchTree(boolean) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setReplaceSearchTree(boolean) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setReplaceSearchTree(boolean) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setRequiresInit(boolean) - Method in class org.dllearner.core.options.ConfigOption
 
setReturnType(String) - Method in class org.dllearner.core.configurators.BruteForceLearnerConfigurator
 
setReuseExistingDescription(boolean) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setReuseExistingDescription(boolean) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setReuseExistingDescription(boolean) - Method in class org.dllearner.core.configurators.ISLEConfigurator
 
setSaveExtractedFragment(boolean) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setScore(double) - Method in class org.dllearner.algorithms.el.SearchTreeNode
 
setSearchTreeFile(String) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setSearchTreeFile(String) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setSearchTreeFile(String) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setSearchTreeFile(String) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setSelectionType(String) - Method in class org.dllearner.core.configurators.GPConfigurator
 
setSingleSuggestionMode(boolean) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setSingleSuggestionMode(boolean) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setSingleSuggestionMode(boolean) - Method in class org.dllearner.core.configurators.ISLEConfigurator
 
setStartClass(String) - Method in class org.dllearner.core.configurators.ELLearningAlgorithmDisjunctiveConfigurator
 
setStartClass(String) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setStartNodeBonus(double) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setSubclassMap(Map<String, Set<String>>) - Method in class org.dllearner.kb.sparql.SparqlQueryDescriptionConvertVisitor
needed for expanding subclasses, if store does no reasoning
setTableName(String) - Method in class org.dllearner.utilities.statistics.Table
 
setTerminateOnNoiseReached(boolean) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setTerminateOnNoiseReached(boolean) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setTerminateOnNoiseReached(boolean) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setTime() - Method in class org.dllearner.utilities.statistics.SimpleClock
resets the clock
setTimeOut(long) - Method in class org.dllearner.kb.sparql.ExtendedQueryEngineHTTP
 
setTimeout(long, TimeUnit) - Method in class org.dllearner.kb.sparql.ExtendedQueryEngineHTTP
 
setTimeout(long) - Method in class org.dllearner.kb.sparql.ExtendedQueryEngineHTTP
 
setTimeout(long, TimeUnit, long, TimeUnit) - Method in class org.dllearner.kb.sparql.ExtendedQueryEngineHTTP
 
setTimeout(long, long) - Method in class org.dllearner.kb.sparql.ExtendedQueryEngineHTTP
 
setTimeOut(int) - Method in class org.dllearner.kb.sparql.HttpQuery
 
setToArray(Set<String>) - Static method in class org.dllearner.utilities.datastructures.Datastructures
easy conversion
setTooWeak() - Method in class org.dllearner.algorithms.el.SearchTreeNode
 
setTooWeak(boolean) - Method in class org.dllearner.algorithms.ocel.ExampleBasedNode
 
setTooWeak(boolean) - Method in class org.dllearner.algorithms.refinement.Node
 
setTournamentSize(int) - Method in class org.dllearner.core.configurators.GPConfigurator
 
setTransitiveProperties(SortedSet<String>) - Method in class org.dllearner.kb.sparql.SparqlQueryDescriptionConvertVisitor
virtuoso optimisation for transitive properties
setTruthDegree(double) - Method in class org.dllearner.core.owl.fuzzydll.FuzzyIndividual
 
setType(String) - Method in class org.dllearner.core.configurators.ClassLearningProblemConfigurator
 
setUpdated() - Method in class org.dllearner.core.AbstractReasonerComponent
Notify the reasoner component that the underlying knowledge base has changed and all caches (for named classes, subsumption hierarchies, etc.)
setUpperLimit(double) - Method in class org.dllearner.core.options.DoubleConfigOption
 
setUpperLimit(int) - Method in class org.dllearner.core.options.IntegerConfigOption
 
setUrl(URL) - Method in class org.dllearner.core.configurators.KBFileConfigurator
 
setUrl(URL) - Method in class org.dllearner.core.configurators.OWLFileConfigurator
 
setUrl(URL) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setURL(URL) - Method in class org.dllearner.kb.OWLFile
 
setUrl(URL) - Method in class org.dllearner.kb.SparqlEndpointKS
 
setUseAllConstructor(boolean) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setUseAllConstructor(boolean) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setUseAllConstructor(boolean) - Method in class org.dllearner.core.configurators.ISLEConfigurator
 
setUseAllConstructor(boolean) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setUseAllConstructor(boolean) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setUseApproximations(boolean) - Method in class org.dllearner.core.configurators.ClassLearningProblemConfigurator
 
setUseApproximations(boolean) - Method in class org.dllearner.core.configurators.FuzzyPosNegLPStandardConfigurator
 
setUseApproximations(boolean) - Method in class org.dllearner.core.configurators.PosNegLPStandardConfigurator
 
setUseBooleanDatatypes(boolean) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setUseBooleanDatatypes(boolean) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setUseBooleanDatatypes(boolean) - Method in class org.dllearner.core.configurators.ISLEConfigurator
 
setUseBooleanDatatypes(boolean) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setUseBooleanDatatypes(boolean) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setUseCache(boolean) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setUseCacheDatabase(boolean) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setUseCardinalityRestrictions(boolean) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setUseCardinalityRestrictions(boolean) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setUseCardinalityRestrictions(boolean) - Method in class org.dllearner.core.configurators.ISLEConfigurator
 
setUseCardinalityRestrictions(boolean) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setUseCardinalityRestrictions(boolean) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setUseDataHasValueConstructor(boolean) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setUseDataHasValueConstructor(boolean) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setUseDataHasValueConstructor(boolean) - Method in class org.dllearner.core.configurators.ISLEConfigurator
 
setUseDataHasValueConstructor(boolean) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setUseDoubleDatatypes(boolean) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setUseDoubleDatatypes(boolean) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setUseDoubleDatatypes(boolean) - Method in class org.dllearner.core.configurators.ISLEConfigurator
 
setUseDoubleDatatypes(boolean) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setUseExistsConstructor(boolean) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setUseExistsConstructor(boolean) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setUseExistsConstructor(boolean) - Method in class org.dllearner.core.configurators.ISLEConfigurator
 
setUseExistsConstructor(boolean) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setUseExistsConstructor(boolean) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setUseFixedNumberOfGenerations(boolean) - Method in class org.dllearner.core.configurators.GPConfigurator
 
setUseHasValueConstructor(boolean) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setUseHasValueConstructor(boolean) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setUseHasValueConstructor(boolean) - Method in class org.dllearner.core.configurators.ISLEConfigurator
 
setUseHasValueConstructor(boolean) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setUseImprovedSparqlTupelAquisitor(boolean) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setUseLits(boolean) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setUseMultiInstanceChecks(String) - Method in class org.dllearner.core.configurators.FuzzyPosNegLPStandardConfigurator
 
setUseMultiInstanceChecks(String) - Method in class org.dllearner.core.configurators.PosNegLPStandardConfigurator
 
setUseMultiInstanceChecks(String) - Method in class org.dllearner.core.configurators.PosNegLPStrictConfigurator
 
setUseNegation(boolean) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setUseNegation(boolean) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setUseNegation(boolean) - Method in class org.dllearner.core.configurators.ISLEConfigurator
 
setUseNegation(boolean) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setUseNegation(boolean) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setUseOverlyGeneralList(boolean) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setUseOverlyGeneralList(boolean) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setUsePropernessChecks(boolean) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setUseRetrievalForClassficiation(boolean) - Method in class org.dllearner.core.configurators.FuzzyPosNegLPStandardConfigurator
 
setUseRetrievalForClassficiation(boolean) - Method in class org.dllearner.core.configurators.PosNegLPStandardConfigurator
 
setUseRetrievalForClassficiation(boolean) - Method in class org.dllearner.core.configurators.PosNegLPStrictConfigurator
 
setUseShortConceptConstruction(boolean) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setUseShortConceptConstruction(boolean) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setUseStringDatatypes(boolean) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setUseTooWeakList(boolean) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setUseTooWeakList(boolean) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
setValue(Object) - Method in class org.dllearner.core.config.DataPropertyEditor
 
setValue(Object) - Method in class org.dllearner.core.config.IntegerEditor
 
setValue(Object) - Method in class org.dllearner.core.config.NamedClassEditor
 
setValue(Object) - Method in class org.dllearner.core.config.ObjectPropertyEditor
 
setValueFrequencyThreshold(int) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setValueFrequencyThreshold(int) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setValueFrequencyThreshold(int) - Method in class org.dllearner.core.configurators.ISLEConfigurator
 
setValueFrequencyThreshold(int) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setVerbosity(String) - Method in class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
setWriteDIGProtocol(boolean) - Method in class org.dllearner.core.configurators.DIGReasonerConfigurator
 
setWriteSearchTree(boolean) - Method in class org.dllearner.core.configurators.CELOEConfigurator
 
setWriteSearchTree(boolean) - Method in class org.dllearner.core.configurators.FuzzyCELOEConfigurator
 
setWriteSearchTree(boolean) - Method in class org.dllearner.core.configurators.OCELConfigurator
 
setWriteSearchTree(boolean) - Method in class org.dllearner.core.configurators.ROLearnerConfigurator
 
shorteningTimeNs - Static variable in class org.dllearner.utilities.owl.ConceptTransformation
 
shrinkSimulation(ELDescriptionNode, ELDescriptionNode) - Method in class org.dllearner.algorithms.el.ELDescriptionTree
 
shrinkSimulationSC1(ELDescriptionNode, ELDescriptionNode) - Method in class org.dllearner.algorithms.el.ELDescriptionTree
 
shrinkSimulationSC12(ELDescriptionNode, ELDescriptionNode) - Method in class org.dllearner.algorithms.el.ELDescriptionTree
 
shrinkSimulationSC2(ELDescriptionNode, ELDescriptionNode) - Method in class org.dllearner.algorithms.el.ELDescriptionTree
 
SimpleCharStream - Class in org.dllearner.parser
An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (without unicode processing).
SimpleCharStream(Reader, int, int, int) - Constructor for class org.dllearner.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader, int, int) - Constructor for class org.dllearner.parser.SimpleCharStream
Constructor.
SimpleCharStream(Reader) - Constructor for class org.dllearner.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int, int) - Constructor for class org.dllearner.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int, int) - Constructor for class org.dllearner.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String, int, int) - Constructor for class org.dllearner.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, int, int) - Constructor for class org.dllearner.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream, String) - Constructor for class org.dllearner.parser.SimpleCharStream
Constructor.
SimpleCharStream(InputStream) - Constructor for class org.dllearner.parser.SimpleCharStream
Constructor.
SimpleClock - Class in org.dllearner.utilities.statistics
Class for counting time and outputting it.
SimpleClock() - Constructor for class org.dllearner.utilities.statistics.SimpleClock
 
SimpleDoubleDataRange - Interface in org.dllearner.core.owl
A double data range with a single value used for restrictions, e.g. hasAge >= 18 (but not 65 >= hasAge >= 18).
SimpleObjectFilterRule - Class in org.dllearner.kb.manipulator
 
SimpleObjectFilterRule(Rule.Months, String) - Constructor for class org.dllearner.kb.manipulator.SimpleObjectFilterRule
 
SimplePredicateFilterRule - Class in org.dllearner.kb.manipulator
 
SimplePredicateFilterRule(Rule.Months, String) - Constructor for class org.dllearner.kb.manipulator.SimplePredicateFilterRule
 
SimpleSubclassLearner - Class in org.dllearner.algorithms
Learns sub classes using SPARQL queries.
SimpleSubclassLearner(SparqlEndpointKS) - Constructor for class org.dllearner.algorithms.SimpleSubclassLearner
 
simpleTerm() - Method in class org.dllearner.parser.PrologParser
 
Simulation - Class in org.dllearner.algorithms.el
Represents a simulation relation between EL description trees.
Simulation() - Constructor for class org.dllearner.algorithms.el.Simulation
 
SINGLE_LINE_COMMENT - Static variable in interface org.dllearner.parser.KBParserConstants
RegularExpression Id.
SINGLE_LINE_COMMENT - Static variable in interface org.dllearner.parser.PrologParserConstants
RegularExpression Id.
size() - Method in class org.dllearner.utilities.experiments.Examples
sum of training and test data
size() - Method in class org.dllearner.utilities.experiments.TableRowColumn
 
size() - Method in class org.dllearner.utilities.owl.EvaluatedDescriptionSet
 
sizeOfResultVector - Variable in class org.dllearner.utilities.experiments.ExperimentConfiguration
 
sizeOfTestSets() - Method in class org.dllearner.utilities.experiments.Examples
 
sizeOfTrainingSets() - Method in class org.dllearner.utilities.experiments.Examples
 
sizeTotalOfNegatives() - Method in class org.dllearner.utilities.experiments.Examples
 
sizeTotalOfPositives() - Method in class org.dllearner.utilities.experiments.Examples
 
someTime - Variable in class org.dllearner.algorithms.hybridgp.Psi
 
sortByExperimentName() - Method in class org.dllearner.utilities.experiments.Table
 
sortByLabel() - Method in class org.dllearner.utilities.experiments.Table
 
sortedSet2StringListConcepts(Set<NamedClass>) - Static method in class org.dllearner.utilities.datastructures.Datastructures
 
sortedSet2StringListIndividuals(Set<Individual>) - Static method in class org.dllearner.utilities.datastructures.Datastructures
 
sortedSet2StringListRoles(Set<ObjectProperty>) - Static method in class org.dllearner.utilities.datastructures.Datastructures
 
SortedSetTuple<T> - Class in org.dllearner.utilities.datastructures
Convenience data structure for keeping positive and negative examples in a single structure.
SortedSetTuple() - Constructor for class org.dllearner.utilities.datastructures.SortedSetTuple
 
SortedSetTuple(SortedSet<T>, SortedSet<T>) - Constructor for class org.dllearner.utilities.datastructures.SortedSetTuple
 
SparqlEndpoint - Class in org.dllearner.kb.sparql
One sparql endpoint configuration, made to comply with Jena.
SparqlEndpoint(URL) - Constructor for class org.dllearner.kb.sparql.SparqlEndpoint
 
SparqlEndpoint(URL, List<String>, List<String>) - Constructor for class org.dllearner.kb.sparql.SparqlEndpoint
 
SPARQLEndpoint - Static variable in class org.dllearner.utilities.EnrichmentVocabulary
 
sparqlEndpoint - Variable in class org.dllearner.utilities.learn.LearnSPARQLConfiguration
 
SparqlEndpointKS - Class in org.dllearner.kb
SPARQL endpoint knowledge source (without fragment extraction), in particular for those algorithms which work directly on an endpoint without requiring an OWL reasoner.
SparqlEndpointKS() - Constructor for class org.dllearner.kb.SparqlEndpointKS
 
SparqlEndpointKS(SparqlEndpoint) - Constructor for class org.dllearner.kb.SparqlEndpointKS
 
SparqlEndpointKSConfigurator - Class in org.dllearner.core.configurators
automatically generated, do not edit manually.
SparqlEndpointKSConfigurator(SparqlEndpointKS) - Constructor for class org.dllearner.core.configurators.SparqlEndpointKSConfigurator
 
sparqlInstances(SortedSet<String>, SortedSet<String>, String) - Method in class org.dllearner.utilities.learn.ConfWriter
 
SparqlKnowledgeSource - Class in org.dllearner.kb.sparql
Represents the SPARQL Endpoint Component.
SparqlKnowledgeSource() - Constructor for class org.dllearner.kb.sparql.SparqlKnowledgeSource
 
SparqlKnowledgeSourceConfigurator - Class in org.dllearner.core.configurators
automatically generated, do not edit manually.
SparqlKnowledgeSourceConfigurator(SparqlKnowledgeSource) - Constructor for class org.dllearner.core.configurators.SparqlKnowledgeSourceConfigurator
 
sparqlQuery(String) - Method in class org.dllearner.kb.sparql.SparqlKnowledgeSource
 
SparqlQuery - Class in org.dllearner.kb.sparql
Represents one SPARQL query.
SparqlQuery(String, SparqlEndpoint) - Constructor for class org.dllearner.kb.sparql.SparqlQuery
Standard constructor.
SparqlQueryDescriptionConvertRDFS - Class in org.dllearner.kb.sparql
 
SparqlQueryDescriptionConvertRDFS() - Constructor for class org.dllearner.kb.sparql.SparqlQueryDescriptionConvertRDFS
 
SparqlQueryDescriptionConvertVisitor - Class in org.dllearner.kb.sparql
Converter from DL-Learner descriptions to a corresponding SPARQL query to get all instances that are described by this description.
SparqlQueryDescriptionConvertVisitor() - Constructor for class org.dllearner.kb.sparql.SparqlQueryDescriptionConvertVisitor
 
SparqlQueryException - Exception in org.dllearner.kb.sparql
 
SparqlQueryException(String) - Constructor for exception org.dllearner.kb.sparql.SparqlQueryException
 
SparqlQueryLearningAlgorithm - Interface in org.dllearner.core
Basic interface for algorithms learning SPARQL queries.
SparqlQueryMaker - Class in org.dllearner.kb.sparql
Can assemble sparql queries. can make queries for subject, predicate, object according to the filter settings object SparqlQueryType, which gives the predicate and object lists
SparqlQueryMaker(Set<String>, Set<String>, boolean) - Constructor for class org.dllearner.kb.sparql.SparqlQueryMaker
 
SparqlQueryMaker(boolean, Set<String>, Set<String>, boolean) - Constructor for class org.dllearner.kb.sparql.SparqlQueryMaker
 
SparqlQueryMaker(String, Set<String>, Set<String>, boolean) - Constructor for class org.dllearner.kb.sparql.SparqlQueryMaker
 
SPARQLReasoner - Class in org.dllearner.reasoning
 
SPARQLReasoner(SparqlEndpointKS) - Constructor for class org.dllearner.reasoning.SPARQLReasoner
 
SPARQLTasks - Class in org.dllearner.kb.sparql
Convenience class for SPARQL queries initialized with a SparqlEndpoint.
SPARQLTasks(SparqlEndpoint) - Constructor for class org.dllearner.kb.sparql.SPARQLTasks
 
SPARQLTasks(Cache, SparqlEndpoint) - Constructor for class org.dllearner.kb.sparql.SPARQLTasks
 
SparqlTupleAquisitor - Class in org.dllearner.kb.aquisitors
Can execute different queries.
SparqlTupleAquisitor(SparqlQueryMaker, SPARQLTasks) - Constructor for class org.dllearner.kb.aquisitors.SparqlTupleAquisitor
 
SparqlTupleAquisitorImproved - Class in org.dllearner.kb.aquisitors
Can execute different queries.
SparqlTupleAquisitorImproved(SparqlQueryMaker, SPARQLTasks, int) - Constructor for class org.dllearner.kb.aquisitors.SparqlTupleAquisitorImproved
 
SPECIALCHAR - Static variable in interface org.dllearner.parser.PrologParserConstants
RegularExpression Id.
specialToken - Variable in class org.dllearner.parser.Token
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token.
split(double) - Method in class org.dllearner.utilities.experiments.ExMakerRandomizer
Not quite exact, but fast has an error of 0.1 %
splitLeaveOneOut(int) - Method in class org.dllearner.utilities.experiments.ExMakerCrossFolds
 
StableHeuristic - Class in org.dllearner.algorithms.el
A stable comparator for search tree nodes.
StableHeuristic() - Constructor for class org.dllearner.algorithms.el.StableHeuristic
 
stableShrink(SortedSet<String>, int) - Static method in class org.dllearner.utilities.datastructures.SetManipulation
shrinks a set to the limit takes the first elements up to limit
stableShrinkInd(SortedSet<Individual>, int) - Static method in class org.dllearner.utilities.datastructures.SetManipulation
shrinks a set to the limit takes the first elements up to limit
start() - Method in class org.dllearner.algorithms.BruteForceLearner
 
start() - Method in class org.dllearner.algorithms.celoe.CELOE
 
start() - Method in class org.dllearner.algorithms.DisjointClassesLearner
 
start() - Method in class org.dllearner.algorithms.el.ELLearningAlgorithm
 
start() - Method in class org.dllearner.algorithms.el.ELLearningAlgorithmDisjunctive
 
start() - Method in class org.dllearner.algorithms.fuzzydll.FuzzyCELOE
 
start() - Method in class org.dllearner.algorithms.gp.GP
 
start() - Method in class org.dllearner.algorithms.isle.ISLE
 
start() - Method in class org.dllearner.algorithms.ocel.OCEL
 
start() - Method in class org.dllearner.algorithms.ocel.ROLearner2
 
start() - Method in class org.dllearner.algorithms.properties.DataPropertyDomainAxiomLearner
 
start() - Method in class org.dllearner.algorithms.properties.DataPropertyRangeAxiomLearner
 
start() - Method in class org.dllearner.algorithms.properties.DisjointDataPropertyAxiomLearner
 
start() - Method in class org.dllearner.algorithms.properties.DisjointObjectPropertyAxiomLearner
 
start() - Method in class org.dllearner.algorithms.properties.EquivalentDataPropertyAxiomLearner
 
start() - Method in class org.dllearner.algorithms.properties.EquivalentObjectPropertyAxiomLearner
 
start() - Method in class org.dllearner.algorithms.properties.FunctionalDataPropertyAxiomLearner
 
start() - Method in class org.dllearner.algorithms.properties.FunctionalObjectPropertyAxiomLearner
 
start() - Method in class org.dllearner.algorithms.properties.InverseFunctionalObjectPropertyAxiomLearner
 
start() - Method in class org.dllearner.algorithms.properties.IrreflexiveObjectPropertyAxiomLearner
 
start() - Method in class org.dllearner.algorithms.properties.ObjectPropertyDomainAxiomLearner
 
start() - Method in class org.dllearner.algorithms.properties.ObjectPropertyRangeAxiomLearner
 
start() - Method in class org.dllearner.algorithms.properties.ReflexiveObjectPropertyAxiomLearner
 
start() - Method in class org.dllearner.algorithms.properties.SubDataPropertyOfAxiomLearner
 
start() - Method in class org.dllearner.algorithms.properties.SubObjectPropertyOfAxiomLearner
 
start() - Method in class org.dllearner.algorithms.properties.SymmetricObjectPropertyAxiomLearner
 
start() - Method in class org.dllearner.algorithms.properties.TransitiveObjectPropertyAxiomLearner
 
start() - Method in class org.dllearner.algorithms.RandomGuesser
 
start() - Method in class org.dllearner.algorithms.refinement.ROLearner
 
start() - Method in class org.dllearner.algorithms.SimpleSubclassLearner
 
start() - Method in class org.dllearner.core.AbstractAxiomLearningAlgorithm
 
start() - Method in interface org.dllearner.core.LearningAlgorithm
Starts the algorithm.
start(MonKeyImp, int) - Method in class org.dllearner.utilities.experiments.ExperimentConfiguration
 
Stat - Class in org.dllearner.utilities.statistics
Utility class for calculating the mean and standard deviation of a given set of numbers.
Stat() - Constructor for class org.dllearner.utilities.statistics.Stat
 
Stat(Stat, Stat) - Constructor for class org.dllearner.utilities.statistics.Stat
Creates a new stat object by merging two stat objects.
Stat(Set<Stat>) - Constructor for class org.dllearner.utilities.statistics.Stat
Creates a new stat object by merging several stat objects.
staticFlag - Static variable in class org.dllearner.parser.SimpleCharStream
Whether parser is static.
Statistics - Class in org.dllearner.utilities.statistics
 
Statistics() - Constructor for class org.dllearner.utilities.statistics.Statistics
 
stop() - Method in class org.dllearner.algorithms.BruteForceLearner
 
stop() - Method in class org.dllearner.algorithms.celoe.CELOE
 
stop() - Method in class org.dllearner.algorithms.el.ELLearningAlgorithm
 
stop() - Method in class org.dllearner.algorithms.el.ELLearningAlgorithmDisjunctive
 
stop() - Method in class org.dllearner.algorithms.fuzzydll.FuzzyCELOE
 
stop() - Method in class org.dllearner.algorithms.gp.GP
 
stop() - Method in class org.dllearner.algorithms.isle.ISLE
 
stop() - Method in class org.dllearner.algorithms.ocel.OCEL
Stops the algorithm gracefully.
stop() - Method in class org.dllearner.algorithms.ocel.ROLearner2
 
stop() - Method in class org.dllearner.algorithms.RandomGuesser
 
stop() - Method in class org.dllearner.algorithms.refinement.ROLearner
 
stop() - Method in interface org.dllearner.core.StoppableLearningAlgorithm
Stops the algorithm gracefully.
stop() - Method in class org.dllearner.kb.extraction.ExtractionAlgorithm
 
stop() - Method in class org.dllearner.kb.extraction.Manager
Stops the algorithm...
stop() - Method in class org.dllearner.kb.sparql.SparqlQuery
Stops the execution of the query.
StoppableLearningAlgorithm - Interface in org.dllearner.core
Interface for algorithms, which can be stopped and checked whether they are running.
String() - Method in class org.dllearner.parser.KBParser
 
STRING - Static variable in interface org.dllearner.parser.KBParserConstants
RegularExpression Id.
StringConfigOption - Class in org.dllearner.core.options
A configuration option, which allows values of type String.
StringConfigOption(String, String) - Constructor for class org.dllearner.core.options.StringConfigOption
 
StringConfigOption(String, String, String) - Constructor for class org.dllearner.core.options.StringConfigOption
 
StringConfigOption(String, String, String, boolean, boolean) - Constructor for class org.dllearner.core.options.StringConfigOption
 
STRINGCONSTANT - Static variable in interface org.dllearner.parser.PrologParserConstants
RegularExpression Id.
StringConstant - Class in org.dllearner.prolog
 
StringConstant(String) - Constructor for class org.dllearner.prolog.StringConstant
 
StringDatatypePropertyAssertion - Class in org.dllearner.core.owl
 
StringDatatypePropertyAssertion(DatatypeProperty, Individual, String) - Constructor for class org.dllearner.core.owl.StringDatatypePropertyAssertion
 
StringFormatter - Class in org.dllearner.utilities
 
StringFormatter() - Constructor for class org.dllearner.utilities.StringFormatter
 
StringSetConfigOption - Class in org.dllearner.core.options
A set of strings.
StringSetConfigOption(String, String) - Constructor for class org.dllearner.core.options.StringSetConfigOption
 
StringSetConfigOption(String, String, Set<String>) - Constructor for class org.dllearner.core.options.StringSetConfigOption
 
StringSetConfigOption(String, String, Set<String>, boolean, boolean) - Constructor for class org.dllearner.core.options.StringSetConfigOption
 
stringToInd(SortedSet<String>) - Static method in class org.dllearner.utilities.datastructures.SetManipulation
 
StringToResource - Class in org.dllearner.kb.manipulator
 
StringToResource(Rule.Months, String, int) - Constructor for class org.dllearner.kb.manipulator.StringToResource
 
StringTuple - Class in org.dllearner.utilities.datastructures
A container which can hold two Strings, mainly used as a helper.
StringTuple(String, String) - Constructor for class org.dllearner.utilities.datastructures.StringTuple
 
StringTupleListConfigOption - Class in org.dllearner.core.options
A list if string tuples, for instance for specifying several parameters or replacement rules.
StringTupleListConfigOption(String, String, List<StringTuple>, boolean, boolean) - Constructor for class org.dllearner.core.options.StringTupleListConfigOption
 
StringTupleListConfigOption(String, String, List<StringTuple>) - Constructor for class org.dllearner.core.options.StringTupleListConfigOption
 
StringTupleListConfigOption(String, String) - Constructor for class org.dllearner.core.options.StringTupleListConfigOption
 
StringValueRestriction - Class in org.dllearner.core.owl
String value restriction, e.g.
StringValueRestriction(DatatypeProperty, String) - Constructor for class org.dllearner.core.owl.StringValueRestriction
 
strToBool(String) - Static method in class org.dllearner.utilities.datastructures.Datastructures
 
SubClassAxiom - Class in org.dllearner.core.owl
 
SubClassAxiom(Description, Description) - Constructor for class org.dllearner.core.owl.SubClassAxiom
 
subClasses - Variable in class org.dllearner.utilities.datastructures.DescriptionSubsumptionTree.Node
holds the nodes that are subclasses of this node.
subclassof - Static variable in class org.dllearner.utilities.analyse.Hierarchy
 
subclassof - Static variable in class org.dllearner.utilities.analyse.ScriptDoAll
 
SubDataPropertyOfAxiomLearner - Class in org.dllearner.algorithms.properties
 
SubDataPropertyOfAxiomLearner(SparqlEndpointKS) - Constructor for class org.dllearner.algorithms.properties.SubDataPropertyOfAxiomLearner
 
SubDatatypePropertyAxiom - Class in org.dllearner.core.owl
 
SubDatatypePropertyAxiom(DatatypeProperty, DatatypeProperty) - Constructor for class org.dllearner.core.owl.SubDatatypePropertyAxiom
 
subject - Static variable in class org.dllearner.utilities.analyse.ScriptDoAll
 
SubObjectPropertyAxiom - Class in org.dllearner.core.owl
 
SubObjectPropertyAxiom(ObjectProperty, ObjectProperty) - Constructor for class org.dllearner.core.owl.SubObjectPropertyAxiom
 
SubObjectPropertyOfAxiomLearner - Class in org.dllearner.algorithms.properties
 
SubObjectPropertyOfAxiomLearner(SparqlEndpointKS) - Constructor for class org.dllearner.algorithms.properties.SubObjectPropertyOfAxiomLearner
 
Subrole() - Method in class org.dllearner.parser.KBParser
 
subsumes(Description, Description) - Method in interface org.dllearner.core.ReasonerOld
Deprecated.  
subsumes(Description, Set<Description>) - Method in interface org.dllearner.core.ReasonerOld
Deprecated.  
subsumes(Set<Description>, Description) - Method in interface org.dllearner.core.ReasonerOld
Deprecated.  
SubsumptionComparator - Class in org.dllearner.algorithms.ocel
 
SubsumptionComparator(AbstractReasonerComponent) - Constructor for class org.dllearner.algorithms.ocel.SubsumptionComparator
 
Suggestion - Static variable in class org.dllearner.utilities.EnrichmentVocabulary
 
SuggestionSet - Static variable in class org.dllearner.utilities.EnrichmentVocabulary
 
summen(int, int, String, int) - Static method in class org.dllearner.refinementoperators.RhoDown
 
supportedLearningProblems() - Static method in class org.dllearner.algorithms.BruteForceLearner
 
supportedLearningProblems() - Static method in class org.dllearner.algorithms.celoe.CELOE
 
supportedLearningProblems() - Static method in class org.dllearner.algorithms.el.ELLearningAlgorithm
 
supportedLearningProblems() - Static method in class org.dllearner.algorithms.el.ELLearningAlgorithmDisjunctive
 
supportedLearningProblems() - Static method in class org.dllearner.algorithms.fuzzydll.FuzzyCELOE
 
supportedLearningProblems() - Static method in class org.dllearner.algorithms.gp.GP
 
supportedLearningProblems() - Static method in class org.dllearner.algorithms.isle.ISLE
 
supportedLearningProblems() - Static method in class org.dllearner.algorithms.ocel.OCEL
 
supportedLearningProblems() - Static method in class org.dllearner.algorithms.RandomGuesser
 
supportedLearningProblems() - Static method in class org.dllearner.algorithms.refinement.ROLearner
 
supportedLearningProblems() - Static method in class org.dllearner.core.AbstractCELA
Returns all learning problems supported by this component.
supportsCustomEditor() - Method in class org.dllearner.core.config.DataPropertyEditor
 
supportsCustomEditor() - Method in class org.dllearner.core.config.IntegerEditor
 
supportsCustomEditor() - Method in class org.dllearner.core.config.NamedClassEditor
 
supportsCustomEditor() - Method in class org.dllearner.core.config.ObjectPropertyEditor
 
SwitchTo(int) - Method in class org.dllearner.parser.KBParserTokenManager
Switch to specified lex state.
SwitchTo(int) - Method in class org.dllearner.parser.PrologParserTokenManager
Switch to specified lex state.
Symmetric() - Method in class org.dllearner.parser.KBParser
 
SymmetricObjectPropertyAxiom - Class in org.dllearner.core.owl
 
SymmetricObjectPropertyAxiom(ObjectProperty) - Constructor for class org.dllearner.core.owl.SymmetricObjectPropertyAxiom
 
SymmetricObjectPropertyAxiomLearner - Class in org.dllearner.algorithms.properties
 
SymmetricObjectPropertyAxiomLearner(SparqlEndpointKS) - Constructor for class org.dllearner.algorithms.properties.SymmetricObjectPropertyAxiomLearner
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y _
SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann