Uses of Class
org.dllearner.core.options.ConfigEntry

Packages that use ConfigEntry
org.dllearner.algorithms Learning Algorithms. 
org.dllearner.algorithms.gp Genetic Programming Learning Algorithm. 
org.dllearner.algorithms.ocel New experimental refinement operator approach, which takes obtained information about concrete examples in an algorithm run stronger into account. 
org.dllearner.algorithms.refinement Refinement Operator Approach. 
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.learningproblems Supported DL-Learner learning problems. 
org.dllearner.learningproblems.fuzzydll   
org.dllearner.reasoning Implements the connection to other reasoner or own reasoning/caching algorithms. 
org.dllearner.reasoning.fuzzydll   
 

Uses of ConfigEntry in org.dllearner.algorithms
 

Methods in org.dllearner.algorithms with parameters of type ConfigEntry
<T> void
BruteForceLearner.applyConfigEntry(ConfigEntry<T> entry)
           
<T> void
RandomGuesser.applyConfigEntry(ConfigEntry<T> entry)
           
 

Uses of ConfigEntry in org.dllearner.algorithms.gp
 

Methods in org.dllearner.algorithms.gp with parameters of type ConfigEntry
<T> void
GP.applyConfigEntry(ConfigEntry<T> entry)
           
 

Uses of ConfigEntry in org.dllearner.algorithms.ocel
 

Methods in org.dllearner.algorithms.ocel with parameters of type ConfigEntry
<T> void
OCEL.applyConfigEntry(ConfigEntry<T> entry)
           
 

Uses of ConfigEntry in org.dllearner.algorithms.refinement
 

Methods in org.dllearner.algorithms.refinement with parameters of type ConfigEntry
<T> void
ROLearner.applyConfigEntry(ConfigEntry<T> entry)
           
 

Uses of ConfigEntry in org.dllearner.core
 

Methods in org.dllearner.core with parameters of type ConfigEntry
<T> boolean
ComponentManager.applyConfigEntry(AbstractComponent component, ConfigEntry<T> entry)
          Applies a config entry to a component.
 

Uses of ConfigEntry in org.dllearner.kb
 

Methods in org.dllearner.kb with parameters of type ConfigEntry
<T> void
OWLAPIOntology.applyConfigEntry(ConfigEntry<T> entry)
           
<T> void
OWLFile.applyConfigEntry(ConfigEntry<T> entry)
           
<T> void
KBFile.applyConfigEntry(ConfigEntry<T> entry)
           
 

Uses of ConfigEntry in org.dllearner.kb.sparql
 

Methods in org.dllearner.kb.sparql with parameters of type ConfigEntry
<T> void
SparqlKnowledgeSource.applyConfigEntry(ConfigEntry<T> entry)
           
 

Uses of ConfigEntry in org.dllearner.learningproblems
 

Methods in org.dllearner.learningproblems with parameters of type ConfigEntry
<T> void
PosNegLPStrict.applyConfigEntry(ConfigEntry<T> entry)
           
<T> void
PosOnlyLP.applyConfigEntry(ConfigEntry<T> entry)
           
<T> void
PosNegLP.applyConfigEntry(ConfigEntry<T> entry)
           
 

Uses of ConfigEntry in org.dllearner.learningproblems.fuzzydll
 

Methods in org.dllearner.learningproblems.fuzzydll with parameters of type ConfigEntry
<T> void
FuzzyPosNegLP.applyConfigEntry(ConfigEntry<T> entry)
           
 

Uses of ConfigEntry in org.dllearner.reasoning
 

Methods in org.dllearner.reasoning with parameters of type ConfigEntry
<T> void
OWLAPIReasoner.applyConfigEntry(ConfigEntry<T> entry)
           
<T> void
DIGReasoner.applyConfigEntry(ConfigEntry<T> entry)
           
<T> void
FastRetrievalReasoner.applyConfigEntry(ConfigEntry<T> entry)
           
<T> void
FastInstanceChecker.applyConfigEntry(ConfigEntry<T> entry)
           
 

Uses of ConfigEntry in org.dllearner.reasoning.fuzzydll
 

Methods in org.dllearner.reasoning.fuzzydll with parameters of type ConfigEntry
<T> void
FuzzyOWLAPIReasoner.applyConfigEntry(ConfigEntry<T> entry)
           
 



SourceForge.net Logo DL-Learner is licenced under the terms of the GNU General Public License.
Copyright © 2007-2011 Jens Lehmann