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

Packages that use InvalidConfigOptionValueException
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.options Classes for managing the configuration options of DL-Learner components. 
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 InvalidConfigOptionValueException in org.dllearner.algorithms
 

Methods in org.dllearner.algorithms that throw InvalidConfigOptionValueException
<T> void
BruteForceLearner.applyConfigEntry(ConfigEntry<T> entry)
           
<T> void
RandomGuesser.applyConfigEntry(ConfigEntry<T> entry)
           
 

Uses of InvalidConfigOptionValueException in org.dllearner.algorithms.gp
 

Methods in org.dllearner.algorithms.gp that throw InvalidConfigOptionValueException
<T> void
GP.applyConfigEntry(ConfigEntry<T> entry)
           
 

Uses of InvalidConfigOptionValueException in org.dllearner.algorithms.ocel
 

Methods in org.dllearner.algorithms.ocel that throw InvalidConfigOptionValueException
<T> void
OCEL.applyConfigEntry(ConfigEntry<T> entry)
           
 

Uses of InvalidConfigOptionValueException in org.dllearner.algorithms.refinement
 

Methods in org.dllearner.algorithms.refinement that throw InvalidConfigOptionValueException
<T> void
ROLearner.applyConfigEntry(ConfigEntry<T> entry)
           
 

Uses of InvalidConfigOptionValueException in org.dllearner.core.options
 

Constructors in org.dllearner.core.options that throw InvalidConfigOptionValueException
ConfigEntry(ConfigOption<T> option, T value)
           
 

Uses of InvalidConfigOptionValueException in org.dllearner.kb
 

Methods in org.dllearner.kb that throw InvalidConfigOptionValueException
<T> void
OWLAPIOntology.applyConfigEntry(ConfigEntry<T> entry)
           
<T> void
OWLFile.applyConfigEntry(ConfigEntry<T> entry)
           
<T> void
KBFile.applyConfigEntry(ConfigEntry<T> entry)
           
 

Uses of InvalidConfigOptionValueException in org.dllearner.kb.sparql
 

Methods in org.dllearner.kb.sparql that throw InvalidConfigOptionValueException
<T> void
SparqlKnowledgeSource.applyConfigEntry(ConfigEntry<T> entry)
           
 

Uses of InvalidConfigOptionValueException in org.dllearner.learningproblems
 

Methods in org.dllearner.learningproblems that throw InvalidConfigOptionValueException
<T> void
PosNegLPStrict.applyConfigEntry(ConfigEntry<T> entry)
           
<T> void
PosOnlyLP.applyConfigEntry(ConfigEntry<T> entry)
           
<T> void
PosNegLP.applyConfigEntry(ConfigEntry<T> entry)
           
 

Uses of InvalidConfigOptionValueException in org.dllearner.learningproblems.fuzzydll
 

Methods in org.dllearner.learningproblems.fuzzydll that throw InvalidConfigOptionValueException
<T> void
FuzzyPosNegLP.applyConfigEntry(ConfigEntry<T> entry)
           
 

Uses of InvalidConfigOptionValueException in org.dllearner.reasoning
 

Methods in org.dllearner.reasoning that throw InvalidConfigOptionValueException
<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 InvalidConfigOptionValueException in org.dllearner.reasoning.fuzzydll
 

Methods in org.dllearner.reasoning.fuzzydll that throw InvalidConfigOptionValueException
<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