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

Packages that use ConfigOption
org.dllearner.algorithms Learning Algorithms. 
org.dllearner.algorithms.celoe   
org.dllearner.algorithms.el Learning algorithms for the EL description logic. 
org.dllearner.algorithms.fuzzydll   
org.dllearner.algorithms.gp Genetic Programming Learning Algorithm. 
org.dllearner.algorithms.isle   
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.core.options Classes for managing the configuration options of DL-Learner components. 
org.dllearner.core.options.fuzzydll   
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 ConfigOption in org.dllearner.algorithms
 

Methods in org.dllearner.algorithms that return types with arguments of type ConfigOption
static Collection<ConfigOption<?>> BruteForceLearner.createConfigOptions()
           
static Collection<ConfigOption<?>> RandomGuesser.createConfigOptions()
           
 

Uses of ConfigOption in org.dllearner.algorithms.celoe
 

Methods in org.dllearner.algorithms.celoe that return types with arguments of type ConfigOption
static Collection<ConfigOption<?>> CELOE.createConfigOptions()
           
 

Uses of ConfigOption in org.dllearner.algorithms.el
 

Methods in org.dllearner.algorithms.el that return types with arguments of type ConfigOption
static Collection<ConfigOption<?>> ELLearningAlgorithmDisjunctive.createConfigOptions()
           
static Collection<ConfigOption<?>> ELLearningAlgorithm.createConfigOptions()
           
 

Uses of ConfigOption in org.dllearner.algorithms.fuzzydll
 

Methods in org.dllearner.algorithms.fuzzydll that return types with arguments of type ConfigOption
static Collection<ConfigOption<?>> FuzzyCELOE.createConfigOptions()
           
 

Uses of ConfigOption in org.dllearner.algorithms.gp
 

Methods in org.dllearner.algorithms.gp that return types with arguments of type ConfigOption
static Collection<ConfigOption<?>> GP.createConfigOptions()
           
 

Uses of ConfigOption in org.dllearner.algorithms.isle
 

Methods in org.dllearner.algorithms.isle that return types with arguments of type ConfigOption
static Collection<ConfigOption<?>> ISLE.createConfigOptions()
           
 

Uses of ConfigOption in org.dllearner.algorithms.ocel
 

Methods in org.dllearner.algorithms.ocel that return types with arguments of type ConfigOption
static Collection<ConfigOption<?>> OCEL.createConfigOptions()
           
 

Uses of ConfigOption in org.dllearner.algorithms.refinement
 

Methods in org.dllearner.algorithms.refinement that return types with arguments of type ConfigOption
static Collection<ConfigOption<?>> ROLearner.createConfigOptions()
           
 

Uses of ConfigOption in org.dllearner.core
 

Methods in org.dllearner.core that return ConfigOption
 ConfigOption<?> ComponentManager.getConfigOption(Class<? extends AbstractComponent> component, String name)
          Returns a ConfigOption object given a component and the option name.
 

Methods in org.dllearner.core that return types with arguments of type ConfigOption
static Collection<ConfigOption<?>> AbstractComponent.createConfigOptions()
          Returns all configuration options supported by this component.
static List<ConfigOption<?>> ComponentManager.getConfigOptions(Class<? extends AbstractComponent> componentClass)
          Returns the available options of the specified component.
 

Methods in org.dllearner.core with parameters of type ConfigOption
<T> T
ComponentManager.getConfigOptionValue(AbstractComponent component, ConfigOption<T> option)
          Gets the value of a config option of the specified component.
 

Uses of ConfigOption in org.dllearner.core.options
 

Subclasses of ConfigOption in org.dllearner.core.options
 class BooleanConfigOption
          A configuration option representing a boolean value.
 class DoubleConfigOption
          Represents a configuration option with values of type value.
 class IntegerConfigOption
          A configuration option, which allows values of type integer.
 class StringConfigOption
          A configuration option, which allows values of type String.
 class StringSetConfigOption
          A set of strings.
 class StringTupleListConfigOption
          A list if string tuples, for instance for specifying several parameters or replacement rules.
 class URLConfigOption
          Option which has an URL as value.
 

Methods in org.dllearner.core.options that return ConfigOption
 ConfigOption<T> ConfigEntry.getOption()
           
 

Constructors in org.dllearner.core.options with parameters of type ConfigOption
ConfigEntry(ConfigOption<T> option, T value)
           
InvalidConfigOptionValueException(ConfigOption<?> option, Object value)
           
InvalidConfigOptionValueException(ConfigOption<?> option, Object value, String reason)
           
UnknownConfigOptionException(Class<? extends AbstractComponent> componentClass, ConfigOption<?> option)
           
 

Uses of ConfigOption in org.dllearner.core.options.fuzzydll
 

Subclasses of ConfigOption in org.dllearner.core.options.fuzzydll
 class ObjectSetConfigOption
          A set of strings.
 

Uses of ConfigOption in org.dllearner.kb
 

Methods in org.dllearner.kb that return types with arguments of type ConfigOption
static Collection<ConfigOption<?>> OWLFile.createConfigOptions()
           
static Collection<ConfigOption<?>> KBFile.createConfigOptions()
           
 

Uses of ConfigOption in org.dllearner.kb.sparql
 

Methods in org.dllearner.kb.sparql that return types with arguments of type ConfigOption
static Collection<ConfigOption<?>> SparqlKnowledgeSource.createConfigOptions()
          Specifies the configuration options for this knowledge source.
 

Uses of ConfigOption in org.dllearner.learningproblems
 

Methods in org.dllearner.learningproblems that return types with arguments of type ConfigOption
static Collection<ConfigOption<?>> PosNegLPStrict.createConfigOptions()
           
static Collection<ConfigOption<?>> PosOnlyLP.createConfigOptions()
           
static Collection<ConfigOption<?>> PosNegLP.createConfigOptions()
           
static Collection<ConfigOption<?>> ClassLearningProblem.createConfigOptions()
           
static Collection<ConfigOption<?>> PosNegLPStandard.createConfigOptions()
           
 

Uses of ConfigOption in org.dllearner.learningproblems.fuzzydll
 

Methods in org.dllearner.learningproblems.fuzzydll that return types with arguments of type ConfigOption
static Collection<ConfigOption<?>> FuzzyPosNegLPStandard.createConfigOptions()
           
static Collection<ConfigOption<?>> FuzzyPosNegLP.createConfigOptions()
           
 

Uses of ConfigOption in org.dllearner.reasoning
 

Methods in org.dllearner.reasoning that return types with arguments of type ConfigOption
static Collection<ConfigOption<?>> ProtegeReasoner.createConfigOptions()
           
static Collection<ConfigOption<?>> OWLAPIReasoner.createConfigOptions()
           
static Collection<ConfigOption<?>> PelletReasoner.createConfigOptions()
           
static Collection<ConfigOption<?>> DIGReasoner.createConfigOptions()
           
static Collection<ConfigOption<?>> FastInstanceChecker.createConfigOptions()
           
 

Uses of ConfigOption in org.dllearner.reasoning.fuzzydll
 

Methods in org.dllearner.reasoning.fuzzydll that return types with arguments of type ConfigOption
static Collection<ConfigOption<?>> FuzzyOWLAPIReasoner.createConfigOptions()
           
 



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